Service manual

Table, which is stored in RAM, loses its data on power down cycles. This command allows this
data to be recovered at the power on cycle.
Command Syntax: MOD:SAVE
MODulation:TABLe:SAVE
Examples: MOD:SAVE
Query Syntax: None
Returned Parameters: None
Related Commands: MOD:TABL:LOAD
4.3.14.4 MOD:TABL:LOAD
This command copies all data stored in the Cache Table to the Active Table. The command
provides two optional parameters for initiating the activate set points for voltage and current. The
command lets users quickly load tables and simultaneous change the power supply’s output
operating point.
Command Syntax: MOD:TABL:LOAD [<NRf>, <NRf>]
Examples: MOD:TABL:LOAD
MODulation:TABLe:LOAD
MODulation:TABL:LOAD 93.4, 30.3
Query Syntax: None
Returned Parameters: None
4.3.15 SCPI Data Formats
All data programmed to or returned from the power supply are formatted in ASCII. The data may
be structured as numerical or character string as described in Table 4.5.
Table 4.5 SCPI DATA FORMATS
FORMAT DESCRIPTON EXAMPLES
<> Null, no data.
<NR1> Digits with an implied decimal point assumed at the right of
the least-significant digit.
-273
0273
<NR2> Digits with an explicit decimal point. 273.
.0273
<NR3> Digits with an explicit decimal point and an exponent 2.73E+2
73