Remote control commands
R&S
®
LCX Series
199User Manual 1179.2260.02 ─ 02
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?................................................................................................. 199
HANDler:BIN:STATistic:COUNt?......................................................................................199
HANDler:BIN:STATistic:RESet.........................................................................................200
HANDler:CONFig:PATH..................................................................................................200
HANDler[:STATe]............................................................................................................200
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 199.
Usage: Query only
Options: R&S LCX-K107
Manual operation: See "Counter" on page 107
HANDler:BIN:STATistic:COUNt?
Queries the total number of samples measured since reset
HANDler subsystem