LCX_UserManual_en_08_1.pdf - 第199页
Remote control commands R&S ® LCX Series 199 User Manual 1 179.2260.02 ─ 08 Example: Using the DIMeasure function The example represents the remote control commands for setting up a dynamic impe- dance measurement. *…

Remote control commands
R&S
®
LCX Series
198User Manual 1179.2260.02 ─ 08
DATA:DELete <File Path>
Removes a file from the specified directory.
Setting parameters:
<File Path>
Example: See Section 11.7, "DATA subsystem", on page 197.
Usage: Setting only
Manual operation: See "Delete" on page 123
DATA:LIST?
Queries all files in a specified directory.
Example:
See Section 11.7, "DATA subsystem", on page 197.
Usage: Query only
Manual operation: See "Delete" on page 123
See "Recall Settings from file..." on page 143
DATA:POINts? <File Path>
Queries the number of measurement readings saved in a file.
Query parameters:
<File Path>
Example: See Section 11.7, "DATA subsystem", on page 197.
Usage: Query only
11.8 DIMeasure subsystem
Option: R&S LCX-K106
The DIMeasure subsystem contains the commands for configuring and executing
dynamic impedance measurements.
The dynamic impedance measurement parameter limits can vary depending on the fre-
quency, voltage and range setting of the test signal.
DIMeasure subsystem

Remote control commands
R&S
®
LCX Series
199User Manual 1179.2260.02 ─ 08
Example: Using the DIMeasure function
The example represents the remote control commands for setting up a dynamic impe-
dance measurement.
*************************************************
// Select the sweep parameter to be varied.
// Configure the corresponding sweep parameters.
// Select the sweep parameter to be varied,
DIMeasure:SWEep:PARameter VOLTage
// DIMeasure:SWEep:PARameter FREQuency
// DIMeasure:SWEep:PARameter VBIas
// DIMeasure:SWEep:PARameter IBIas
// Set the sweep range, the interval type and size
DIMeasure:SWEep:MINimum 0.01 // V
DIMeasure:SWEep:MAXimum 10 // V
// Define the step size within the sweep range
DIMeasure:INTerval:TYPE STEPsize
DIMeasure:INTerval:STEPsize 0.1 // V
*************************************************
// Define a number of measurement points within
// the sweep range
// DIMeasure:INTerval:TYPE STEPsize
// DIMeasure:INTerval:POINts
*************************************************
// Start the dynamic impedance measurement
DIMeasure:EXECute
// Execute sweep with settings & block until sweep completed or aborted
DIMeasure:EXECute;*OPC?
*************************************************
// Query the dynamic impedance measurment settings
DIMeasure:SWEep:PARameter?
// Response: "VOLtage"
DIMeasure:SWEep:MINimum?
// Response: 0.01 // 10 mV
DIMeasure:SWEep:MAXimum?
// Response: 10 // 10 V
DIMeasure:INTerval:TYPE?
// Response: "STEPsize"
DIMeasure:INTerval:STEPsize?
// Response: 0.1 // 100 mV
DIMeasure:EXECute?
// Response: 1 // running
DIMeasure subsystem

Remote control commands
R&S
®
LCX Series
200User Manual 1179.2260.02 ─ 08
*************************************************
// Cancel a running dynamic impedance measurement
DIMeasure:ABORt
DIMeasure:ABORt......................................................................................................... 200
DIMeasure:EXECute...................................................................................................... 200
DIMeasure:INTerval:POINts............................................................................................ 200
DIMeasure:INTerval:STEPsize.........................................................................................201
DIMeasure:INTerval:TYPE.............................................................................................. 201
DIMeasure:SWEep:MAXimum.........................................................................................201
DIMeasure:SWEep:MINimum..........................................................................................201
DIMeasure:SWEep:PARameter....................................................................................... 202
DIMeasure:ABORt
Stops a running dynamic impedance measurement.
Example:
See Example "Using the DIMeasure function" on page 199.
Usage: Event
Options: Option: R&S LCX-K106
Manual operation: See "Abort" on page 109
DIMeasure:EXECute
Starts the dynamic impedance measurement with the selected parameters.
Return values:
<DIM execution
state>
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Measurement" on page 107
DIMeasure:INTerval:POINts <Interval points>
Sets the number of measurement points within the measurement range for interval
type DIMeasure:INTerval:TYPE > Number of Points.
Parameters:
<Interval points> Range: 1 to 65536 points
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Number of Points" on page 108
DIMeasure subsystem