Mode
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalIq=DigitalIq.Default) FreqStepMode[source]
# [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.
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- 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, digitalIq=DigitalIq.Default) None[source]
# [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.
- 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().digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)