Step

SCPI Commands :

CSYNthesis:FREQuency:STEP:MODE
CSYNthesis:FREQuency:STEP
class StepCls[source]

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

get_mode() FreqStepMode[source]
# SCPI: CSYNthesis:FREQuency:STEP:MODE
value: enums.FreqStepMode = driver.csynthesis.frequency.step.get_mode()

Defines the type of step size to vary the frequency and level at discrete steps.

return:

mode: DECimal| USER DECimal Increases or decreases the level in steps of 10. USER Increases or decreases the value in increments, set with the command: method RsSmab.Csynthesis.Frequency.Step.value method RsSmab.Csynthesis.Power.Step.increment

get_value() float[source]
# SCPI: CSYNthesis:FREQuency:STEP
value: float = driver.csynthesis.frequency.step.get_value()

Sets the step width of the rotary knob and, in user-defined step mode, increases or decreases the frequency.

return:

step: float Range: 0 to 14999E5

set_mode(mode: FreqStepMode) None[source]
# SCPI: CSYNthesis:FREQuency:STEP:MODE
driver.csynthesis.frequency.step.set_mode(mode = enums.FreqStepMode.DECimal)

Defines the type of step size to vary the frequency and level at discrete steps.

param mode:

DECimal| USER DECimal Increases or decreases the level in steps of 10. USER Increases or decreases the value in increments, set with the command: method RsSmab.Csynthesis.Frequency.Step.value method RsSmab.Csynthesis.Power.Step.increment

set_value(step: float) None[source]
# SCPI: CSYNthesis:FREQuency:STEP
driver.csynthesis.frequency.step.set_value(step = 1.0)

Sets the step width of the rotary knob and, in user-defined step mode, increases or decreases the frequency.

param step:

float Range: 0 to 14999E5