Add "Macro Pulse length" to pg9520.
#!../../bin/linux-x86_64/pg9520
## You may have to change pg9520 to something else
## everywhere it appears in this file
#< envPaths
epicsEnvSet ("STREAM_PROTOCOL_PATH", "../../db")
## Register all support components
dbLoadDatabase("../../dbd/pg9520.dbd",0,0)
pg9520_registerRecordDeviceDriver(pdbbase)
drvAsynIPPortConfigure ("COM","DDPG9528-1:2101")
asynSetTraceMask("COM", -1, 0x9)
## Load record instances
dbLoadRecords("../../db/pg9520.db","P=FHIFEL:,R=PG9520:,BUS=COM")
epicsEnvSet ("streamDebug","1")
iocInit()
## Start any sequence programs
#seq sncpg9520,"user=epics"