Immediate

SCPI Commands

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

Immediate commands group definition. 4 total commands, 2 Subgroups, 1 group commands

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

Sets or queries the voltage value of the selected channel.

return

voltage: - 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].

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

Sets or queries the voltage value of the selected channel.

param voltage
  • 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].

Subgroups