Mchannel

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel[:CLASsic]
CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel:LENergy
class MchannelCls[source]

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

get_classic() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel[:CLASsic]
value: int = driver.configure.rfSettings.mchannel.get_classic()

Specifies the channel to be measured in CSP single channel mode for classic, see method RsCmwBluetoothMeas.Configure. RfSettings.Mmode.value

return:

measured_channel: numeric Range: 0 to 78

get_low_energy() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel:LENergy
value: int = driver.configure.rfSettings.mchannel.get_low_energy()

Specifies the channel to be measured in CSP single channel mode with LE connection tests, see method RsCmwBluetoothMeas. Configure.RfSettings.Mmode.Nmode.lowEnergy

return:

measured_channel: numeric Channel number Range: 1 to 11, 13 to 38

set_classic(measured_channel: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel[:CLASsic]
driver.configure.rfSettings.mchannel.set_classic(measured_channel = 1)

Specifies the channel to be measured in CSP single channel mode for classic, see method RsCmwBluetoothMeas.Configure. RfSettings.Mmode.value

param measured_channel:

numeric Range: 0 to 78

set_low_energy(measured_channel: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel:LENergy
driver.configure.rfSettings.mchannel.set_low_energy(measured_channel = 1)

Specifies the channel to be measured in CSP single channel mode with LE connection tests, see method RsCmwBluetoothMeas. Configure.RfSettings.Mmode.Nmode.lowEnergy

param measured_channel:

numeric Channel number Range: 1 to 11, 13 to 38