Nmode

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MMODe:NMODe:LENergy
class NmodeCls[source]

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

get_low_energy() MeasureScope[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MMODe:NMODe:LENergy
value: enums.MeasureScope = driver.configure.rfSettings.mmode.nmode.get_low_energy()
Specifies measurement mode for LE connection tests in combined signal path scenario.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • All 37 data channels can only be measured if signaling application uses all-channel hopping mode.

  • Single channel mode enables Tx measurements at the specified RF channel

For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:RFSettings:NMODe:HMODe:LENergy

return:

measure_mode: ALL | SINGle

set_low_energy(measure_mode: MeasureScope) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MMODe:NMODe:LENergy
driver.configure.rfSettings.mmode.nmode.set_low_energy(measure_mode = enums.MeasureScope.ALL)
Specifies measurement mode for LE connection tests in combined signal path scenario.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • All 37 data channels can only be measured if signaling application uses all-channel hopping mode.

  • Single channel mode enables Tx measurements at the specified RF channel

For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:RFSettings:NMODe:HMODe:LENergy

param measure_mode:

ALL | SINGle