Measurement

SCPI Commands

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SGACp:EDRate:MEASurement:MODE
class Measurement[source]

Measurement commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_mode()RsCmwBluetoothMeas.enums.BrEdrChannelsRange[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SGACp:EDRate:MEASurement:MODE
value: enums.BrEdrChannelsRange = driver.configure.multiEval.sgacp.edrate.measurement.get_mode()

Selects the measured ACP channel range for BR or EDR packets. The ACP can be measured over the expected transmit channel +/- 10 channels (21 channels in total) or over the entire Bluetooth regulatory range (79 channels) .

return

meas_mode: CH79 | CH21 Measure 79 or 21 channels

set_mode(meas_mode: RsCmwBluetoothMeas.enums.BrEdrChannelsRange)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SGACp:EDRate:MEASurement:MODE
driver.configure.multiEval.sgacp.edrate.measurement.set_mode(meas_mode = enums.BrEdrChannelsRange.CH21)

Selects the measured ACP channel range for BR or EDR packets. The ACP can be measured over the expected transmit channel +/- 10 channels (21 channels in total) or over the entire Bluetooth regulatory range (79 channels) .

param meas_mode

CH79 | CH21 Measure 79 or 21 channels