MEMory...    Related Topics

The MEMory system controls the loaded setups of the analyzer.

The MEMory... commands don't affect any stored files. Use the MMEMory... commands to store and load data and to manage files stored on a mass storage device.

 

Command tree: MEMory

:CATalog?

:DEFine

:DELete

:ALL

[:NAME]

:SELect


MEMory:CATalog?

Returns the names of all loaded setups.

Response

Comma-separated list of all setups.

*RST value

'Set1' (the default setup is created after each *RST).

 

SCPI, Command Types

Confirmed (with device-specific response), query only.

 

Example:

*RST; :MEM:DEF 'SETUP_2'

Create a setup named 'Setup_2' and make it the active setup.

MEM:CAT?

Query all setups. The response is 'Set1,Setup_2'.

MMEM:STOR:STAT 1, 'C:\Rohde&Schwarz\NWA\RecallSets\Setup_2.zvx'; :MEM:DEL 'Setup_2.zvx'

Store the active setup Setup_2 to a file, renaming it Setup_2.zvx. Close the setup.

 

 


MEMory:DEFine '<setup_name>'

Creates a new setup <setup_name> using default settings for the traces, channels and diagram areas. The created setup becomes the active setup.

'<setup_name>'

String parameter to specify the name of the created setup.

 

*RST value

 

SCPI, Command Types

Device-specific, no query.

 

Example:

See MEM:CAT?.

 

 


MEMory:DELete[:NAME] '<file_name>'

Closes the specified setup.

'<setup_name>'

String parameter to specify the name of the setup to be closed.

 

*RST value

 

SCPI, Command Types

Confirmed, no query.  

 

Example:

See MEM:CAT?.

 

 


MEMory:SELect '<setup_name>'

Selects a setup as the active setup.

'<setup_name>'

String parameter to specify the setup.

*RST value

 

SCPI, Command Types

Device-specific, no query.  

 

Example:

*RST; :MEM:DEF 'SETUP_2'

Create a setup named 'Setup_2' and make it the active setup.

MEM:SEL 'Set1'

Activate the default setup Set1.

MMEM:STOR:STAT 1, 'C:\Rohde&Schwarz\NWA\RecallSets\Set1.zvx'; :MEM:DEL 'Set1.zvx'

Store the active setup Set1 to a file, renaming it Set1.zvx. Close the setup.