Step

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:DIGital:POWer:STEP:MODE
[SOURce<HW>]:IQ:OUTPut:DIGital:POWer:STEP:[INCRement]
class StepCls[source]

Step commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_increment() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:DIGital:POWer:STEP:[INCRement]
value: float = driver.source.iq.output.digital.power.step.get_increment()

Sets the step width. Use this value to vary the digital I/Q output level step-by-step.

return

ipart_increment: No help available

get_mode() RsSmbv.enums.FreqStepMode[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:DIGital:POWer:STEP:MODE
value: enums.FreqStepMode = driver.source.iq.output.digital.power.step.get_mode()

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

return

mode: DECimal| USER DECimal Increases or decreases the level in steps of 10 dB. USER Increases or decreases the level in increments, determined with the command [:SOURcehw]:IQ:OUTPut:DIGital:POWer:STEP[:INCRement].

set_increment(ipart_increment: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:DIGital:POWer:STEP:[INCRement]
driver.source.iq.output.digital.power.step.set_increment(ipart_increment = 1.0)

Sets the step width. Use this value to vary the digital I/Q output level step-by-step.

param ipart_increment

float Range: 0 to 100

set_mode(mode: RsSmbv.enums.FreqStepMode) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:DIGital:POWer:STEP:MODE
driver.source.iq.output.digital.power.step.set_mode(mode = enums.FreqStepMode.DECimal)

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 10 dB. USER Increases or decreases the level in increments, determined with the command [:SOURcehw]:IQ:OUTPut:DIGital:POWer:STEP[:INCRement].