Upper

SCPI Commands

SOURce:VOLTage:LEVel:IMMediate:ALIMit:UPPer
class UpperCls[source]

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

get() float[source]
# SCPI: [SOURce]:VOLTage[:LEVel][:IMMediate]:ALIMit[:UPPer]
value: float = driver.source.voltage.level.immediate.alimit.upper.get()

Sets or queries the upper safety limit for voltage.

return

result: No help available

set(current: float) None[source]
# SCPI: [SOURce]:VOLTage[:LEVel][:IMMediate]:ALIMit[:UPPer]
driver.source.voltage.level.immediate.alimit.upper.set(current = 1.0)

Sets or queries the upper safety limit for voltage.

param current
  • numeric value: Numeric value for upper safety limit.

  • MIN | MINimum: Min value for upper safety limit.

  • MAX | MAXimum: Max value for upper safety limit.