Immediate

SCPI Commands

SOURce:VOLTage:NEGative:LEVel:IMMediate:AMPLitude
class ImmediateCls[source]

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

get_amplitude() float[source]
# SCPI: SOURce:VOLTage:NEGative[:LEVel][:IMMediate][:AMPLitude]
value: float = driver.source.voltage.negative.level.immediate.get_amplitude()

Sets or queries the negative voltage value. Applicable only with NGU401 model.

return

voltage: numeric value | MIN | MINimum | MAX | MAXimum | UP | DOWN | list numeric value Numeric value in V. MIN | MINimum Minimum voltage at 0.000 V. MAX | MAXimum Maximum voltage at 64.050 V. UP Increases voltage by a defined step size. See [SOURce:]VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]. DOWN Decreases voltage by a defined step size. See [SOURce:]VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]. Range: 0.000 to 64.050

set_amplitude(voltage: float) None[source]
# SCPI: SOURce:VOLTage:NEGative[:LEVel][:IMMediate][:AMPLitude]
driver.source.voltage.negative.level.immediate.set_amplitude(voltage = 1.0)

Sets or queries the negative voltage value. Applicable only with NGU401 model.

param voltage

numeric value | MIN | MINimum | MAX | MAXimum | UP | DOWN | list numeric value Numeric value in V. MIN | MINimum Minimum voltage at 0.000 V. MAX | MAXimum Maximum voltage at 64.050 V. UP Increases voltage by a defined step size. See [SOURce:]VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]. DOWN Decreases voltage by a defined step size. See [SOURce:]VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]. Range: 0.000 to 64.050