LCX_UserManual_en_08_1.pdf - 第200页

Remote control commands R&S ® LCX Series 200 User Manual 1 179.2260.02 ─ 08 ************************************************* // Cancel a running dynamic impedance measurement DIMeasure:ABORt DIMeasure:ABORt ........…

100%1 / 265
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
Remote control commands
R&S
®
LCX Series
201User Manual 1179.2260.02 ─ 08
DIMeasure:INTerval:STEPsize <Interval stepsize>
Sets the step size within the measurement range for interval type DIMeasure:
INTerval:TYPE > Step Size.
Parameters:
<Interval stepsize>
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Step Size" on page 108
DIMeasure:INTerval:TYPE
<Interval parameter>
Selects the mode to determine the measurement steps within the sweep range
(DIMeasure:SWEep:MINimum to DIMeasure:SWEep:MAXimum).
Parameters:
<Interval parameter> STEPsize | POINts
STEPsize
Measures in defined step sizes within the sweep range, set with
DIMeasure:INTerval:STEPsize.
POINts
Measures in increments calculated by the number of sweep
points (DIMeasure:INTerval:POINts on page 200) within
the sweep range.
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Interval Type" on page 108
DIMeasure:SWEep:MAXimum <Sweep stop value>
Sets the stop value for the selected sweep parameter.
The value must be at least > DIMeasure:SWEep:MINimum. The maximum value
depends on the instrument model and installed options.
Parameters:
<Sweep stop value>
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Maximum" on page 108
DIMeasure:SWEep:MINimum <Sweep start value>
Sets the start value for the selected sweep parameter.
DIMeasure subsystem