Property (Read-Write)
SCPI.MMEMory.STORe.STSource.AUTO = Status
Status = SCPI.MMEMory.STORe.STSource.AUTO
Once set to ON, when the state is saved with State & Trace or All type, trigger source remains to the setting determined by user instead of changing to manual. By default, its set to OFF.
Parameter |
Status |
Description |
Trigger source setting |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
|
Preset |
False or OFF |
Dim STS as Boolean
SCPI.MMEMory.STORe.STSource.AUTO = True
STS = SCPI.MMEMory.STORe.STSource.AUTO
Save/Recall > Auto Trig Source > ON|OFF
:MMEMory:STORe.STSource:AUTO {ON|OFF|1|0}
:MMEMory:STORe.STSource:AUTO?
{1|0}<newline><^END>
10 OUTPUT 717;":MMEM:STOR:STS:AUTO ON"
10 OUTPUT 717;":MMEM:STOR:STS:AUTO?"