Bin

SCPI Command:

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.gprfMeasurement.iqRecorder.bin.fetch()

Retrieve the I/Q recorder results in binary format.

return:

iq_samples: Binary block data, see ‘ASCII and binary data formats’

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

Retrieve the I/Q recorder results in binary format.

return:

iq_samples: Binary block data, see ‘ASCII and binary data formats’