High

SCPI Commands

SOURce:CURRent:CONTrol<Source>:LIMit:HIGH
class HighCls[source]

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

get(source=Source.Default) float[source]
# SCPI: SOURce:CURRent:CONTrol<1|2>:LIMit:HIGH
value: float = driver.source.current.control.limit.high.get(source = repcap.Source.Default)

This command returns the maximum current of the Vtune connector.

param source

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Control’)

return

current: numeric value The return value is always 0.02 A. Unit: A

set(current: float, source=Source.Default) None[source]
# SCPI: SOURce:CURRent:CONTrol<1|2>:LIMit:HIGH
driver.source.current.control.limit.high.set(current = 1.0, source = repcap.Source.Default)

This command returns the maximum current of the Vtune connector.

param current

numeric value The return value is always 0.02 A. Unit: A

param source

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Control’)