Command reference
R&S
®
ZNB/ZNBT
1064
User Manual 1173.9163.02 ─ 62
CALCulate:PIPelining:DATA?
[<DutId>]
Queries the availability of channel results (to be queried, e.g., using
) in
single-sweep
mode.
The string result
'<true|false>,<channel nos>'
indicates:
●
false
, if the sweep is still running
●
true
, if the sweep has been completed
●
The comma-separated list of
channels nos
for which new measurement data
are available (since the last call of
CALC:PIP:DATA?
)
Channels measured in
continuous
mode are not considered, and not returned.
Note:
●
Because this query blocks the parser thread and the GUI thread until measurement
data is available, a
timeout error -365
is returned after 10
seconds wait time.
●
If no more data are available, the query returns an
execution error -200
Query parameters:
<DutId>
Not supported yet
Example:
// Set up measurements on channels 1 to 4
// Channels 1, 3, and 4:
// – single-sweep mode (INIT<Ch>:CONT OFF)
// – sweep count 1 (SWE:COUN:ALL 1)
// – alternated driving mode (SENS<Ch>:COUP NONE)
// Channel 2: continuous mode (INIT<Ch>:CONT ON).
INIT:PIPe:STAT ON //enable pipelining
INIT:IMM:ALL // start a new single sweep sequence
CALC:PIP:DATA? // assume a query result 'false, 1'
// --> sweep still running, data available for channel 1
// Query data using CALC1:DATA?
CALC:PIP:DATA? // assume a query result 'true, 3,4'
// --> sweep completed, data available for channels 3 and 4
// Query data using CALC3:DATA? and CALC4:DATA?
CALC:PIP:DATA?
-200,"Execution error;:CALCulate1:PIPelining:DATA?"
Usage:
Query only
Manual operation:
See
CALCulate<Chn>:SMOothing:APERture
<SmoothAperture>
Defines how many measurement points are averaged to smooth the trace.
Suffix:
<Chn>
.
Channel number used to identify the active trace
SCPI command reference