Increment

SCPI Commands

SOURce:VOLTage:LEVel:IMMediate:STEP:INCRement
class IncrementCls[source]

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

get(optional_default_step_query: Optional[DefaultStep] = None) float[source]
# SCPI: [SOURce]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]
value: float = driver.source.voltage.level.immediate.step.increment.get(optional_default_step_query = enums.DefaultStep.DEF)

Sets or queries the incremental step size for the [SOURce:]VOLTage[:LEVel][:IMMediate][:AMPLitude] command.

param optional_default_step_query

No help available

return

result: No help available

set(desired_stepsize: float, optional_default_step_query: Optional[DefaultStep] = None) None[source]
# SCPI: [SOURce]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]
driver.source.voltage.level.immediate.step.increment.set(desired_stepsize = 1.0, optional_default_step_query = enums.DefaultStep.DEF)

Sets or queries the incremental step size for the [SOURce:]VOLTage[:LEVel][:IMMediate][:AMPLitude] command.

param desired_stepsize

No help available

param optional_default_step_query

No help available