Reference: HP Instrument BASIC
ASP-like Commands
GET SETUP Directive
This directive loads the specied HP 4155A/4156A setup le.
Directive syntax
GETSETUP
le name
2
,DISK|MEMORY
3
Directive parameter
Parameter Type Explanation
le name
string name of setup le with extension (.MES or .STR) to be loaded. Y
ou
must enclose the name with single quotes or double-double quotes.
DISK character (default) loads setup data from internal diskette.
MEMORY character loads setup data from internal memory.
Example
EXECUTE("GETSETUP 'SWEEP.MES'")
EXECUTE("GETSETUP ""SWEEP.MES""")
EXECUTE("GETSETUP File$,DISK")
EXECUTE("GETSETUP 'MEM1.MES',MEMORY")
SINGLE Directive
This directive executes measurement.
Directive syntax
SINGLE
Example
EXECUTE("SINGLE")
2-32