LCX_UserManual_en_08_1.pdf - 第214页

Remote control commands R&S ® LCX Series 214 User Manual 1 179.2260.02 ─ 08 FUNCtion:MEASurement:TYPE <Measurement T ype> Selects the measurement function. Parameters: <Measurement T ype> L | C | R | T L …

100%1 / 265
Remote control commands
R&S
®
LCX Series
213User Manual 1179.2260.02 ─ 08
Example: See Example "Selecting the measurement function and setting
the impedance range" on page 210.
Manual operation: See "<measurement pair>" on page 73
FUNCtion:IMPedance:TYPE:SECondary <Impedance Type>
Selects the secondary impedance parameter for the measurement corresponding to
the measurement type, see FUNCtion:MEASurement:TYPE on page 214.
Parameters:
<Impedance Type> DEFault | CPD | CPQ | CPG | CPRP | CSD | CSQ | CSRS |
LPD | LPQ | LPG | LPRP | LSD | LSQ | LSRS | RX | RPB | RDC |
MTD | NTD | ZTD | ZTR | GB | YTD | YTR
DEFault
Sets the default setting ZTD (impedance phase angle degree).
CPD | CPQ | CPG | CPRP | CSD | CSQ | CSRS
Capacitive measurement type: Cp (parallel capacitance), Cs
(serial capacitance), D (dissipation factor), Q (quality factor), G
(conductance), Rp (parallel resistance), Rs (serial resistance)
LPD | LPQ | LPG | LPRP | LSD | LSQ | LSRS
Inductive measurement type: Lp (parallel inductance), Ls (serial
inductance), D (dissipation factor), Q (quality factor), G (conduc-
tance), Rp (parallel resistance), Rs (serial resistance), RDc
(direct current resistance)
RX | RPB | RDC | MTD | NTD | ZTD | ZTR | GB | YTD | YTR
Resistance measurement type: R (resistance), X impedance, Rp
(parallel resistance), RDC (direct current resistance), B (suscep-
tance), M (mutual inductance), N (transformer ratio), Z (impe-
dance), G (conductance), Y (admittance), TD (phase angle
degree), TR (phase angle rad)
Example:
See Example "Selecting the measurement function and setting
the impedance range" on page 210.
Manual operation: See "<measurement pair>" on page 73
FUNCtion:MEASurement:AUToselect
Triggers the automatic selection of the measurement function and the corresponding
default measurement pairs.
Example:
See Example "Selecting the measurement function and setting
the impedance range" on page 210.
Usage: Event
Asynchronous command
Manual operation: See "[Auto]" on page 76
FUNCtion subsystem
Remote control commands
R&S
®
LCX Series
214User Manual 1179.2260.02 ─ 08
FUNCtion:MEASurement:TYPE <Measurement Type>
Selects the measurement function.
Parameters:
<Measurement Type> L | C | R | T
L
Impedance measurement.
C
Capacitance measurement.
R
Resistance measurement.
T
Transformer measurement.
*RST: C
Example: See Example "Selecting the measurement function and setting
the impedance range" on page 210.
Usage: Asynchronous command
Manual operation: See "Functions [hardkeys]" on page 73
FUNCtion:TRANsformer:RANGe[:TYPE] <Turn Ratio>
Selects the impedance range for transformer measurement.
Parameters:
<Turn Ratio> N50 | N500
Example: See Example "Selecting the measurement function and setting
the impedance range" on page 210.
11.12 HANDler subsystem
The HANDler subsystem contains the commands for configuring the binning function.
HANDler subsystem
Remote control commands
R&S
®
LCX Series
215User Manual 1179.2260.02 ─ 08
Example: Using the binning function
The example represents the remote control commands for setting the storage location
of the binning file, and setting the parameters for the binning measurement.
*************************************************
// Upload a user-defined binning file
// Select storage location, file name and
// file extension
// Upload the binning file
// Activate the binning function
HANDler:CONFig:PATH "USB1A/LCX200/binning/binning_1k_nompct.csv"
HANDler[:STATe] 1
*************************************************
// Query the statistic results of the binning measurement
// Query the counts of all bins
HANDler:BIN:STATistic?
// Returns a set of 8 integer values
// Response: 6,125,2,122,0,0,0,2
// Query the number of measured samples since reset
HANDler:BIN:STATistic:COUNt?
// Response: 257 // sum of all counts
*************************************************
// Reset the statistic of the binning measurement
HANDler:BIN:STATistic:RESet
HANDler:BIN:STATistic?................................................................................................. 215
HANDler:BIN:STATistic:COUNt?......................................................................................215
HANDler:BIN:STATistic:RESet.........................................................................................216
HANDler:CONFig:PATH..................................................................................................216
HANDler[:STATe]............................................................................................................216
HANDler:BIN:STATistic?
Queries the number of samples counted in the bins.
The query returns 8 integer values.
Example:
See Example "Using the binning function" on page 215.
Usage: Query only
Options: R&S LCX-K107
Manual operation: See "Counter" on page 115
HANDler:BIN:STATistic:COUNt?
Queries the total number of samples measured since reset
HANDler subsystem