Remote control commands
R&S
®
LCX Series
176
User Manual 1179.2260.02 ─ 02
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
[<Measurement Time Mode>]
Sets the measurement time mode and the acquisition time interval.
Parameters:
<Measurement Time
Mode>
SHORt | MEDium | LONG | DEFault
Selects the basic measurement speed for one measurement.
Test signal commands