Mode

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:MODE
class ModeCls[source]

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

get(digitalIq=DigitalIq.Default) RsSmw.enums.FreqStepMode[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:MODE
value: enums.FreqStepMode = driver.source.iq.output.digital.fader.power.step.mode.get(digitalIq = repcap.DigitalIq.Default)

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

param digitalIq

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

return

mode: DECimal| USER DECimal increases or decreases the level in steps of ten. USER increases or decreases the level in increments, determined with the command [:SOURce]:IQ:OUTPut:DIGital:FADerch:POWer:STEP[:INCRement].

set(mode: RsSmw.enums.FreqStepMode, digitalIq=DigitalIq.Default) None[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:MODE
driver.source.iq.output.digital.fader.power.step.mode.set(mode = enums.FreqStepMode.DECimal, digitalIq = repcap.DigitalIq.Default)

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

param mode

DECimal| USER DECimal increases or decreases the level in steps of ten. USER increases or decreases the level in increments, determined with the command [:SOURce]:IQ:OUTPut:DIGital:FADerch:POWer:STEP[:INCRement].

param digitalIq

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