Mchannel

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:NMODe:MCHannel:LENergy
class Mchannel[source]

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

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

Set the single measured channel for Rx measurements with LE connection tests. Channels for hopping mode ‘CH2’ depend also on this setting. See also method RsCmwBluetoothSig.Configure.RfSettings.Nmode.Hmode.lowEnergy.

return

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

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

Set the single measured channel for Rx measurements with LE connection tests. Channels for hopping mode ‘CH2’ depend also on this setting. See also method RsCmwBluetoothSig.Configure.RfSettings.Nmode.Hmode.lowEnergy.

param measured_channel

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