LCX_UserManual_en_08_1.pdf - 第202页

Remote control commands R&S ® LCX Series 202 User Manual 1 179.2260.02 ─ 08 The value depends on the instrument model and installed options. The maximum value must be at least < DIMeasure:SWEep:MAXimum . Parameter…

100%1 / 265
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
Remote control commands
R&S
®
LCX Series
202User Manual 1179.2260.02 ─ 08
The value depends on the instrument model and installed options. The maximum value
must be at least < DIMeasure:SWEep:MAXimum.
Parameters:
<Sweep start value>
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Minimum" on page 108
DIMeasure:SWEep:PARameter <Sweep parameter>
Selects the measurement parameter that varies in defined steps within the sweep
range (DIMeasure:SWEep:MINimum.
Parameters:
<Sweep parameter> VOLTage | FREQuency | VBIas | IBIas
VOLTage
Sweeps the test signal voltage.
FREQuency
Sweeps the test signal frequency.
VBIas
Sweeps the voltage bias.
IBIas
Sweeps the current bias.
Example: See Example "Using the DIMeasure function" on page 199.
Options: Option: R&S LCX-K106
Manual operation: See "Sweep Parameter" on page 107
11.9 DISPLay subsystem
The DISPlay subsystem contains the commands for customizing the display appear-
ance, and enables you to close messages.
DISPLay subsystem
Remote control commands
R&S
®
LCX Series
203User Manual 1179.2260.02 ─ 08
Example: Configuring the display brightness and user defined text messages
The example represents the remote control commands for setting the brightness of the
screen and front panel keys. For description of the key brightness command, see
SYSTem:KEY:BRIGhtness on page 240.
// Set display and key brightness.
DISPlay:BRIGhtness 0.5
SYSTem:KEY:BRIGhtness 0.5
// Query the settings
DISPlay:BRIGhtness?
// Response: 0.5
SYSTem:KEY:BRIGhtness?
// Response: 0.5
// Display or close a meassage box
DISPlay:TEXT "User defined message."
DISPlay[:WINDow]:TEXT:CLEar
// Close all open dialogs
DISPlay[:WINDow]:DIALog:CLEar:ALL
// Close the top most opened dialog
DISPlay[:WINDow]:DIALog:CLEar:[:TOP]
DISPlay[:WINDow]:DIALog:CLEar:ALL.............................................................................203
DISPlay[:WINDow]:DIALog:CLEar[:TOP]..........................................................................203
DISPlay:BRIGhtness...................................................................................................... 204
DISPlay[:WINDow]:TEXT:CLEar...................................................................................... 204
DISPlay[:WINDow]:TEXT[:DATA]..................................................................................... 204
DISPlay[:WINDow]:DIALog:CLEar:ALL
Closes all notifications.
Example:
see Example "Configuring the display brightness and user
defined text messages" on page 203.
Usage: Event
DISPlay[:WINDow]:DIALog:CLEar[:TOP]
Closes the most recently displayed notification.
Example:
see Example "Configuring the display brightness and user
defined text messages" on page 203.
Usage: Event
DISPLay subsystem