R&S TSMW-K1
Appendix
User Manual 1503.3776.32 - 08
86
B.29
TSMWIQGetData
Description:
This function retrieves I/Q data in complex double array format.
Delete measurement result
The function will delete the corresponding measurement result on the R&S TSMW.
Command syntax:
[ErrorCode,IQResultParam,
IQData,Overflow,Calibrated] =
TSMWIQGetData(TSMWID,MeasRequestID,
TimeOut,NoOfSamples,
NoOfChannels);
Parameter(s):
TSMWID
Defines the used R&S TSMW.
MeasRequestID
Specifies the measurement request ID of the
measurement result to wait for. If 0, get parameters of
next available measurement data block (with lowest
measurement request ID).
TimeOut
Defines the time in milliseconds to wait for the
measurement response result.
NoOfSamples
Defines the number of expected samples. Only the
specified number of samples will be copied from the
measurement result.
Note:
The no. of requested samples has to be a multiple of 8.
NoOfChannels
Specifies the number of expected channels. This has to
be equal to the total number of channels the
corresponding measurement request covers.
I.e.: Measuring only on frontend 1 with only 1 sub-
channel means NoOfChannels = 1.
Measuring on frontend 1 and 2 with 1 sub-channel active
on frontend 1 and 2 sub-channels on frontend 2 mean
NoOfChannels = 3.