High

SCPI Commands

SOURce:CURRent:AUX:LIMit:HIGH
class HighCls[source]

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

get() float[source]
# SCPI: SOURce:CURRent:AUX:LIMit:HIGH
value: float = driver.source.current.auxiliary.limit.high.get()

This command returns the maximum current of the Vaux connector.

return

current: numeric value The return value is always 0.1 A.

set(current: float) None[source]
# SCPI: SOURce:CURRent:AUX:LIMit:HIGH
driver.source.current.auxiliary.limit.high.set(current = 1.0)

This command returns the maximum current of the Vaux connector.

param current

numeric value The return value is always 0.1 A.