Immediate

SCPI Commands

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

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

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

Sets or queries the current value of the selected channel.

return

current: - numeric value: Numeric value in the range of 0.000 to 20.0100 . - MIN | MINimum: Minimum current at 0.0005 A. - MAX | MAXimum: Depending on the set voltage level, the maximum set current is 20.0100 A.For voltage range up to 32 V, maximum set current is 20.0100 A.For voltage range up to 64 V, maximum set current is 10.0100 A. - UP: Increases current by a defined step size. See [SOURce:]CURRent[:LEVel][:IMMediate]:STEP[:INCRement]. - DOWN: Decreases current by a defined step size. See [SOURce:]CURRent[:LEVel][:IMMediate]:STEP[:INCRement].

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

Sets or queries the current value of the selected channel.

param current
  • numeric value: Numeric value in the range of 0.000 to 20.0100 .

  • MIN | MINimum: Minimum current at 0.0005 A.

  • MAX | MAXimum: Depending on the set voltage level, the maximum set current is 20.0100 A.For voltage range up to 32 V, maximum set current is 20.0100 A.For voltage range up to 64 V, maximum set current is 10.0100 A.

  • UP: Increases current by a defined step size. See [SOURce:]CURRent[:LEVel][:IMMediate]:STEP[:INCRement].

  • DOWN: Decreases current by a defined step size. See [SOURce:]CURRent[:LEVel][:IMMediate]:STEP[:INCRement].

Subgroups