Measurement

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SACP:BRATe:MEASurement:MODE
class MeasurementCls[source]

Measurement commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mode() BrEdrChannelsRange[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SACP:BRATe:MEASurement:MODE
value: enums.BrEdrChannelsRange = driver.configure.multiEval.sacp.brate.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: BrEdrChannelsRange) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SACP:BRATe:MEASurement:MODE
driver.configure.multiEval.sacp.brate.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