Mode

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:STEP:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) FreqStepMode[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:STEP:MODE
value: enums.FreqStepMode = driver.source.iq.output.digital.bbmm.power.step.mode.get(iqConnector = repcap.IqConnector.Default)

Defines the type of step size to vary the digital output power step-by-step.

Parameters:

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

Returns:

mode: DECimal | USER DECimal increases or decreases the level in steps of ten. USER increases or decreases the level in increments, determined with the method RsSmw.source.iq.output.digital.fader.power.step.increment.set() .

set(mode: FreqStepMode, iqConnector=IqConnector.Default) None[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:STEP:MODE
driver.source.iq.output.digital.bbmm.power.step.mode.set(mode = enums.FreqStepMode.DECimal, iqConnector = repcap.IqConnector.Default)

Defines the type of step size to vary the digital output power step-by-step.

Parameters:
  • mode – DECimal | USER DECimal increases or decreases the level in steps of ten. USER increases or decreases the level in increments, determined with the method RsSmw.source.iq.output.digital.fader.power.step.increment.set() .

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)