SCPI.MMEMory.LOAD.STATe

Object type

Method (Write Only)

Syntax

SCPI.MMEMory.LOAD.STATe = File

Description

This command recalls the specified instrument state file (file with a .sta extension saved with SCPI.MMEMory.STORe.STATe).

Variable

Parameter

File

Description

File name of instrument state (extension ".sta")

Data type

Character string type (String)

Range

254 characters or less

Note

If the specified file does not exist, an error occurs when executed and the object is ignored.

Examples

SCPI.MMEMory.LOAD.STATe = "d:\state01.sta"

SCPI.MMEMory.LOAD.STATe = "test/state01.sta"

Related objects

SCPI.MMEMory.STORe.STATe

Equivalent key

Save/Recall > Recall State > StateX (X=01 to 08) | AutoRec | File Dialog... | UserPres

Equivalent SCPI command

Syntax

:MMEMory:LOAD[:STATe] <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD ""Test1/State01.sta"""

10 OUTPUT 717;":MMEM:LOAD ""d:State01.sta"""