High

SCPI Command :

SOURce:VOLTage: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:VOLTage:POWer<i>:LIMit:HIGH
value: float = driver.applications.k30NoiseFigure.source.voltage.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

voltage: No help available

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

No command help available

param voltage

No help available

param source

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