SYSTem:REGister

SYSTem:REGister

Last updated: January 18, 2010

GPIB Command Conventions

SYSTem:REGister:SAVE

Function

GSM TA

Saves the current test set settings to one of five available registers.

If this command is used to save to a register that is already full, the old contents of the register will be overwritten.

GPRS TA
EGPRS TA

GSM/GPRS LA

EGPRS LA

Setting

1|2|3|4|5|6|7|8|9|10

Query

No query

*RST Setting

Not applicable

Requirements

GSM/GPRS/
EGPRS TA

Revision: A.01 and above

Revision: A.11 and above adds register 6 to 10

GSM/GPRS/
EGPRS LA

Revision: C.01 and above

Revision: G.01 and above adds register 6 to 10

Programming Example

 
OUTPUT 714;"SYSTem:REGister:SAVE 1" 
! Saves the current test set configuration to save register 1.

SYSTem:REGister:NAME

Function

GSM TA

Sets the name of a specific register.

The query must include a parameter for the Register Number. The query format is as follow: SYSTem:REGister:NAME?<sp><Register Number>.

GPRS TA
EGPRS TA

GSM/GPRS LA

EGPRS LA

Setting

Range: two parameters separated with comma,

  • Register number: 1|2|3|4|5|6|7|8|9|10
  • Register name: any printable ASCII character, the maximum length is 20.

Query

Register name: any printable ASCII character, the maximum length is 20.

Factory Setting

""

Requirements

GSM/GPRS/
EGPRS LA

Revision: H.00.xx and above

Programming Example

 
OUTPUT 714;"SYSTem:REGister:NAME 1,'NOKIA TEST'" ! Set the register 1's name to "NOKIA TEST".
 
OUTPUT 714;"SYSTem:REGister NAME? 1" ! Returns "NOKIA TEST".

SYSTem:REGister:RECall

Function

GSM TA

Recalls a saved register from one of five registers.

If this command is used to recall a register that is empty, an error message will be displayed.

GPRS TA
EGPRS TA

GSM/GPRS LA

EGPRS LA

Setting

1|2|3|4|5|6|7|8|9|10

Query

No query

*RST Setting

Not applicable

Requirements

GSM/GPRS/
EGPRS TA

Revision: A.01 and above

Revision: A.11 and above adds register 6 to 10

GSM/GPRS/
EGPRS LA

Revision: C.01 and above

Revision: G.01 and above adds register 6 to 10

Programming Example

 
OUTPUT 714;"SYSTem:REGister:RECall 1" 
! Recalls register 1.

SYSTem:REGister:DELete

Function

GSM TA

Deletes any contents saved in the selected register.

GPRS TA
EGPRS TA

GSM/GPRS LA

EGPRS LA

Setting

1|2|3|4|5|6|7|8|9|10

Query

No query

*RST Setting

Not applicable

Requirements

GSM/GPRS/
EGPRS TA

Revision: A.01 and above

Revision: A.11 and above adds register 6 to 10

GSM/GPRS/
EGPRS LA

Revision: C.01 and above

Revision: G.01 and above adds register 6 to 10

Programming Example

 
OUTPUT 714;"SYSTem:REGister:DELete 1" 
! Deletes register 1.

Related Topics


Save and Recall Registers