Mmode

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:MMODe
class MmodeCls[source]

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

get(output=Output.Default) RsSmbv.enums.Nr5GmarkConfigMode[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:MMODe
value: enums.Nr5GmarkConfigMode = driver.source.bb.nr5G.trigger.output.mmode.get(output = repcap.Output.Default)

Queries the marker configuration mode. The configuration mode is always ‘ULDL’ (‘UL/DL Configuration’) .

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

config_mode: No help available

set(config_mode: RsSmbv.enums.Nr5GmarkConfigMode, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:MMODe
driver.source.bb.nr5G.trigger.output.mmode.set(config_mode = enums.Nr5GmarkConfigMode.AUTO, output = repcap.Output.Default)

Queries the marker configuration mode. The configuration mode is always ‘ULDL’ (‘UL/DL Configuration’) .

param config_mode

ULDL

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)