Hmode

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:NMODe:HMODe:LENergy
class Hmode[source]

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

get_low_energy()RsCmwBluetoothSig.enums.LeHoppingMode[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:NMODe:HMODe:LENergy
value: enums.LeHoppingMode = driver.configure.rfSettings.nmode.hmode.get_low_energy()

Specifies hopping for LE connection tests. Channels used in hopping mode ‘CH2’ depend on the specified measured channel. First hopping channel is identical with measured channel (method RsCmwBluetoothSig.Configure.RfSettings.Nmode.Mchannel. lowEnergy) . The second hopping channel is offset from the first one.

return

hopping_mode: CH2 | ALL ‘CH2’: 2 data channels offset by 10 or 9 channels are used for hopping ‘ALL’: 37 data channels are used for hopping

set_low_energy(hopping_mode: RsCmwBluetoothSig.enums.LeHoppingMode)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:NMODe:HMODe:LENergy
driver.configure.rfSettings.nmode.hmode.set_low_energy(hopping_mode = enums.LeHoppingMode.ALL)

Specifies hopping for LE connection tests. Channels used in hopping mode ‘CH2’ depend on the specified measured channel. First hopping channel is identical with measured channel (method RsCmwBluetoothSig.Configure.RfSettings.Nmode.Mchannel. lowEnergy) . The second hopping channel is offset from the first one.

param hopping_mode

CH2 | ALL ‘CH2’: 2 data channels offset by 10 or 9 channels are used for hopping ‘ALL’: 37 data channels are used for hopping