Bin

SCPI Commands :

READ:GPRF:MEASurement<Instance>:IQRecorder:BIN
FETCh:GPRF:MEASurement<Instance>:IQRecorder:BIN
class BinCls[source]

Bin commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:IQRecorder:BIN
value: List[float] = driver.gprf.measurement.iqRecorder.bin.fetch()

Returns I/Q recorder results in binary format. For the number of values n, see method RsCMPX_Gprf.Configure.Gprf. Measurement.IqRecorder.Capture.set.

return:

iq_samples: Binary block data. For a detailed description, see ‘ASCII and binary data formats’.

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:IQRecorder:BIN
value: List[float] = driver.gprf.measurement.iqRecorder.bin.read()

Returns I/Q recorder results in binary format. For the number of values n, see method RsCMPX_Gprf.Configure.Gprf. Measurement.IqRecorder.Capture.set.

return:

iq_samples: Binary block data. For a detailed description, see ‘ASCII and binary data formats’.