SCPI.MMEMory.STORe.STSource.AUTO

Object type

Property (Read-Write)

Syntax

SCPI.MMEMory.STORe.STSource.AUTO = Status

Status = SCPI.MMEMory.STORe.STSource.AUTO

Description

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.

Variable

Parameter

Status

Description

Trigger source setting

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Trigger source remains as per user's setting.

  • False or OFF: Trigger source is changed to manual.

Preset

False or OFF

Examples

Dim STS as Boolean

SCPI.MMEMory.STORe.STSource.AUTO = True

STS = SCPI.MMEMory.STORe.STSource.AUTO

Equivalent key

Save/Recall > Auto Trig Source > ON|OFF

Equivalent SCPI command

Syntax

:MMEMory:STORe.STSource:AUTO {ON|OFF|1|0}

:MMEMory:STORe.STSource:AUTO?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":MMEM:STOR:STS:AUTO ON"

10 OUTPUT 717;":MMEM:STOR:STS:AUTO?"