LCX_UserManual_en_08_1.pdf - 第196页
Remote control commands R&S ® LCX Series 196 User Manual 1 179.2260.02 ─ 08 CORRection:SPOT :LOAD[:EXECute] Performs a load correction at a dedicated working point. Example: See Example "Performing open/short/lo…

Remote control commands
R&S
®
LCX Series
195User Manual 1179.2260.02 ─ 08
QSPot
Correction is enabled with spot correction data of measurement
settings other than the current settings.
Example: See Example "Performing open/short/load correction"
on page 191.
Usage: Query only
CORRection:SHORt:STATe <Short Correction State>
Enables the short correction function.
Parameters:
<Short Correction
State>
1 | 0 | ON | OFF
*RST: OFF
Example: See Example "Performing open/short/load correction"
on page 191.
Manual operation: See "Open/Short/Load Correction Enabled" on page 83
CORRection:SHORt[:EXECute]
Executes a short correction on all frequencies.
Example:
See Example "Performing open/short/load correction"
on page 191.
Usage: Event
Asynchronous command
Manual operation: See "Start Short/Open Correction (Full)" on page 84
CORRection:SPOT:LOAD:STANdard <Reference value for primary>, <Reference
value for secondary>
Defines a working point for load correction.
Assign the working point number and the primary and secondary reference values.
Parameters:
<Reference value for
primary>
Sets the primary standard value as reference, e.g. the value of a
calibration resistor.
Default unit: Ohm
<Reference value for
secondary>
Sets the secondary standard value.
Default unit: Ohm
Example: See Example "Performing open/short/load correction"
on page 191.
Manual operation: See "Reference Load R" on page 85
See "Reference Load X" on page 85
CORRection subsystem

Remote control commands
R&S
®
LCX Series
196User Manual 1179.2260.02 ─ 08
CORRection:SPOT:LOAD[:EXECute]
Performs a load correction at a dedicated working point.
Example: See Example "Performing open/short/load correction"
on page 191.
Usage: Event
Asynchronous command
Manual operation: See "Start Load Correction (Spot)" on page 85
CORRection:SPOT:OPEN[:EXECute]
Performs an open correction at a dedicated working point.
Example:
See Example "Performing open/short/load correction"
on page 191.
Usage: Event
Asynchronous command
Manual operation: See "Start Short/Open Correction (Spot)" on page 84
CORRection:SPOT:SHORt[:EXECute]
Performs a short correction at a dedicated working point.
Example:
See Example "Performing open/short/load correction"
on page 191.
Usage: Event
Asynchronous command
Manual operation: See "Start Short/Open Correction (Spot)" on page 84
CORRection:STORage:RESTore <Storage Slot>
Recalls the correction data set that has been stored before in a memory slot.
Setting parameters:
<Storage Slot> Range: 1 to 10
Example: See Example "Performing open/short/load correction"
on page 191.
Usage: Setting only
Manual operation: See "Restore Corrections" on page 86
CORRection:STORage:SAVE <Storage Slot>
Saves the correction data set of a full open or short correction.
CORRection subsystem

Remote control commands
R&S
®
LCX Series
197User Manual 1179.2260.02 ─ 08
Setting parameters:
<Storage Slot> Range: 1 to 10
Example: See Example "Performing open/short/load correction"
on page 191.
Usage: Setting only
Manual operation: See "Save Corrections" on page 85
11.7
DATA subsystem
The DATA subsystem contains the commands for managing files and data.
Example: Managing files
The example represents the remote control commands to manage files in directories.
**************************************************
// Request information on files
// and their contents:
// list of files in a directory,number of measurement
// points in a file, the saved readings.
// Remove a file
DATA:LIST?
DATA:POINts?
DATA:DATA? "/USB1A/LCX100/logging/log-20210221T123456.789.csv"
**************************************************
// Remove a file
DATA:DELete "/USB1A/LCX100/logging/log-20210221T123456.789.csv"
DATA:DATA?................................................................................................................. 197
DATA:DELete................................................................................................................ 198
DATA:LIST?...................................................................................................................198
DATA:POINts?...............................................................................................................198
DATA:DATA? <File Path>
Queries the contents of a file, e.g. the data of a logging file.
Query parameters:
<File Path>
Example: See Section 11.7, "DATA subsystem", on page 197.
Usage: Query only
DATA subsystem