Mmode

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MMODe
class MmodeCls[source]

Mmode commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() MeasureScope[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MMODe
value: enums.MeasureScope = driver.configure.rfSettings.mmode.get_value()

Sets measure mode for BR/EDR test mode in combined signal path scenario during hopping enabled.

return:

measure_mode: ALL | SINGle ALL: multi-evaluation TX measurements on all channels SINGle: multi-evaluation TX measurements on specified channel, see method RsCmwBluetoothMeas.Configure.RfSettings.Mchannel.classic

set_value(measure_mode: MeasureScope) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MMODe
driver.configure.rfSettings.mmode.set_value(measure_mode = enums.MeasureScope.ALL)

Sets measure mode for BR/EDR test mode in combined signal path scenario during hopping enabled.

param measure_mode:

ALL | SINGle ALL: multi-evaluation TX measurements on all channels SINGle: multi-evaluation TX measurements on specified channel, see method RsCmwBluetoothMeas.Configure.RfSettings.Mchannel.classic

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.mmode.clone()

Subgroups