User`s guide

53220A/53230A User’s Guide 259
Formats and Data Flow 7
// configure counter
*SAV 2 // save state in location 2
MEM:STAT:REC:AUTO ON // enable state recall at power-on
MEM:STAT:REC:SEL 2 // recall state in loc. 2 at power-on
// when power is cycled, state in location 2 is recalled
and
MMEM:MDIR “INT:\SETUP_A” // create folder in INT memory
//configure counter
// store state in file
MMEM:STOR:STAT “INT:\SETUP_A\test_A.sta”
MEM:STAT:REC:AUTO ON // enable state recall at power-on
MEM:STAT:REC:SEL “test_A.sta” // recall file at power-on
//when power is cycled, state test_A.sta is recalled
NOTE
When shipped from the factory, automatic state recall is disabled
(MEM:STAT:REC:AUTO OFF). With state recall disabled , factory defaults (*RST)
are set at power-on.