SYSTem:REGister

Last Updated: August 29, 2007

These commands are used for the save/recall registers.

For more information on the conventions used in the programming examples click here.

SYSTem:REGister:DELete

Deletes the specified register.

Setting Range: An absolute path (a path starting with a '\' or a drive designator) or a file name.

*RST Setting: D:\E6601A_WCTS\<program version>\Registers

Test Set Requirements: E6601A WCTS Program Version A.03 and above; A.04 changed default directory from drive C to drive D

Example:

' Deletes the test set's "GSM_DEMO" register.

TestSet.WriteString("SYSTem:REGister:DELete "GSM_DEMO.SRL"")

SYSTem:REGister:LIST?

Provides a comma-separated list of registers found in the specified directory. If no directory is specified, then the current default recall directory is implied.

NONE is returned if the directory contains no registers or if the specified directory does not exist or is invalid. If the specified directory does not exist or is invalid an error also occurs.

Setting Range: An absolute path (a path starting with a '\' or a drive designator) or a file name.

Query Range: NONE | A comma-separated list of registers found in the specified directory

Test Set Requirements: E6601A WCTS Program Version A.03 and above

Example:

' Queries one of the test set's directories for all registers stored in that location.

TestSet.WriteString("SYSTem:REGister:LIST? "D:\E6601A_WCTS\A.03.10\Registers\General Purpose"")

SYSTem:REGister:RECall

Recalls the specified register. If the specified register does not exist an error occurs. The default directory is D:\E6601A_WCTS\<program version>\Registers. This default directory is set when the test set is turned on or after you have switched applications.

Setting Range: An absolute path (a path starting with a '\' or a drive designator) or a file name.    

*RST Setting: no effect

Test Set Requirements: E6601A WCTS Program Version A.03 and above; A.04 changed default directory from drive C to drive D

Example:

' Recalls the test set's "GSM_VERSION1" register.

TestSet.WriteString("SYSTem:REGister:RECall "D:\E6601A_WCTS\A.03.10\Registers\TROUBLESHOOTING.srl"")

SYSTem:REGister:RECall:FOLDer[?]

Sets/queries the default recall folder. The default directory is D:\E6601A_WCTS\<program version>\Registers. This default directory is set when the test set is turned on or after you have switched applications.

Setting Range: An absolute path (a path starting with a '\' or a drive designator) or a file name.

*RST Setting: no effect

Test Set Requirements: E6601A WCTS Program Version A.03 and above; A.04 changed default directory from drive C to drive D

Example:

' Set the default recall folder to the path shown.

TestSet.WriteString("SYSTem:REGister:RECall:FOLDer "D:\E6601A_WCTS\A.03.10\Registers"")

SYSTem:REGister:SAVe

Saves the specified register. If the specified register already exists it is overwritten. The default directory is D:\E6601A_WCTS\<program version>\Registers. This default directory is set when the test set is turned on or after you have switched applications.

Setting Range: An absolute path (a path starting with a '\' or a drive designator) or a file name.    

*RST Setting: no effect

Test Set Requirements: E6601A WCTS Program Version A.03 and above; A.04 changed default directory from drive C to drive D

Example:

' Saves the test set's current setup to the "TROUBLESHOOTING" register.

TestSet.WriteString("SYSTem:REGister:RECall "D:\E6601A_WCTS\A.03.10\Registers\TROUBLESHOOTING.srl"")

SYSTem:REGister:SAVE:FOLDer[?]

Sets/queries the default save folder. The default directory is D:\E6601A_WCTS\<program version>\Registers. This default directory is set when the test set is turned on or after you have switched applications.

Setting Range: An absolute path (a path starting with a '\' or a drive designator) or a file name.

*RST Setting: no effect

Test Set Requirements: E6601A WCTS Program Version A.03 and above; A.04 changed default directory from drive C to drive D

Example:

' Set the default recall folder to the path shown.

TestSet.WriteString("SYSTem:REGister:SAVE:FOLDer "D:\E6601A_WCTS\A.03.10\Registers"")