Mode
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:STEP:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default) RsSmw.enums.FreqStepMode [source]
# SCPI: [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.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- 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, iqConnector=IqConnector.Default) None [source]
# SCPI: [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.
- 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 iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)