High

SCPI Command :

SOURce:CURRent:POWer<i>: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:POWer<i>:LIMit:HIGH
value: float = driver.applications.k30NoiseFigure.source.current.power.limit.high.get(source = repcap.Source.Default)

No command help available

param source

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

return

current: No help available

set(current: float, source=Source.Default) None[source]
# SCPI: SOURce:CURRent:POWer<i>:LIMit:HIGH
driver.applications.k30NoiseFigure.source.current.power.limit.high.set(current = 1.0, source = repcap.Source.Default)

No command help available

param current

No help available

param source

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