LCX_UserManual_en_08_1.pdf - 第186页

Remote control commands R&S ® LCX Series 186 User Manual 1 179.2260.02 ─ 08 Example: Setting key parameters The example represents the main remote control commands for the test signal, and measurement environment. **…

100%1 / 265
Remote control commands
R&S
®
LCX Series
185User Manual 1179.2260.02 ─ 08
*STB?
Status byte query
Reads the contents of the status byte in decimal form.
Usage: Query only
*TRG
Trigger
Triggers all actions waiting for a trigger event. In particular, *TRG generates a manual
trigger signal. This common command complements the commands of the TRIGger
subsystem.
Usage:
Event
Manual operation: See "[Trig.]" on page 76
See "Measurement Mode" on page 81
*WAI
Wait to continue
Prevents servicing of the subsequent commands until all preceding commands have
been executed and all signals have settled (see also command synchronization and
*OPC).
Usage:
Event
11.4 Test signal commands
The following section describes the commands for setting the test signal and general
measurement parameters.
The value range of a specified parameter, e.g. frequency, current and voltage varies
depending on the settings of other measurement parameters. For the specified charac-
teristics, see the specifications document, section "Specifications" > "Effective mea-
surement ranges".
Test signal commands
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