LCX_UserManual_en_08_1.pdf - 第187页

Remote control commands R&S ® LCX Series 187 User Manual 1 179.2260.02 ─ 08 DEFault Uses the default setting "SHORt". LONG Sets the measurement time ≤ 0.500 s. MEDium Sets the measurement time ≤ 0.100 s. SH…

100%1 / 265
Remote control commands
R&S
®
LCX Series
186User Manual 1179.2260.02 ─ 08
Example: Setting key parameters
The example represents the main remote control commands for the test signal, and
measurement environment.
**************************************************
// Set frequency and voltage level of the test signal
FREQuency[:CW] 1000 // 1 KHz
VOLTage[:LEVel] 1 // 1.00 Vrms
// Set the current level of the test signal (instead of voltage)
CURRent[:LEVel] 0.1 //100 mA
*************************************************
// Set the measurement time interval
APERture SHORt,8
*************************************************
// Query current settings, min, max and default values
FREQuency[:CW]?
// Response: 1000
FREQuency[:CW]? MAX
// Response: 10E+6
FREQuency[:CW]? MIN
// Response: 4
VOLTage[:LEVel]?
// Response: 1.00
VOLTage[:LEVel]? MAX
// Response: 10
VOLTage[:LEVel]? MIN
// Response: 0.01
VOLTage[:LEVel]? DEF
// Response: 1.00
APERture?
// Response: "SHORt",8
APERture......................................................................................................................186
CURRent[:LEVel]........................................................................................................... 187
FREQuency[:CW]...........................................................................................................187
VOLTage[:LEVel]............................................................................................................188
APERture [<Measurement Aperture>]
Sets the measurement time mode and the acquisition time interval.
Parameters:
<Measurement
Aperture>
DEFault | LONG | MEDium | SHORt | SSHort
Selects the basic measurement speed for one measurement.
Test signal commands
Remote control commands
R&S
®
LCX Series
187User Manual 1179.2260.02 ─ 08
DEFault
Uses the default setting "SHORt".
LONG
Sets the measurement time 0.500 s.
MEDium
Sets the measurement time 0.100 s.
SHORt
Sets the measurement time .015 s.
SSHort
Sets the measurement time 0.004 s.
*RST:
LONG
Example: See Example "Setting key parameters" on page 186.
Manual operation: See "Speed" on page 80
CURRent[:LEVel]
<Current Level>
Sets the test signal current in RMS (root mean square).
Parameters:
<Current Level> Range: 0.0001 A to 0.2 A (depends on measurement set-
tings)
Increment: 0.00001 A
Default unit: A
Example: See Example "Setting key parameters" on page 186.
Manual operation: See "Level: / [Level]" on page 74
FREQuency[:CW] <Test Signal Frequency>
Sets the frequency of the test signal.
Parameters:
<Frequency> float
Range:
4 to 300 * 10
3
(depends on instrument model, the
equipped options and measurement settings)
Increment: 0.1 Hz
*RST: 1E+3 Hz
Default unit: Hz
Example: See Example "Setting key parameters" on page 186.
Manual operation: See "Frequency: / [Freq.]" on page 74
Test signal commands
Remote control commands
R&S
®
LCX Series
188User Manual 1179.2260.02 ─ 08
VOLTage[:LEVel] <Voltage Level>
Sets the test signal voltage in RMS (root mean square).
Parameters:
<Voltage Level> <numeric>
Sets the value.
MIN | MINimum
Queries the lower limit of the signal level.
MAX | MAXimum
Queries the upper limit of the signal level.
DEF | DEFault
Queries the signal level the instrument sets by default.
Range: 0.01 V to 10 V (depends on measurement settings)
Increment: 0.001 V
*RST: 1 V
Default unit: V
Example: See Example "Setting key parameters" on page 186.
Manual operation: See "Level: / [Level]" on page 74
11.5 BIAS subsystem
The BIAS subsystem contains the commands for bias configuration.
Example: Bias settings
The example represents the remote control commands for applying either an external
or an internal DC bias level.
// Assign an internally generated voltage level and enable bias.
BIAS:VOLTage[:LEVel] 1
BIAS:CURRent[:LEVel] 0.1
BIAS:STATe 1
// Query an externally applied voltage level and enable bias.
BIAS:EXTernal:MEASure:VOLTage?
// Response: 0.2
BIAS:EXTernal[:VOLTage][:STATe]ON
// Response: 1
BIAS:CURRent[:LEVel]...................................................................................................188
BIAS:EXTernal:MEASure:VOLTage?................................................................................ 189
BIAS:EXTernal[:VOLTage][:STATe]...................................................................................189
BIAS:STATe...................................................................................................................189
BIAS:VOLTage[:LEVel]....................................................................................................189
BIAS:CURRent[:LEVel] <Bias Current Level>
Sets the internal bias current value.
BIAS subsystem