Low

SCPI Command :

SOURce:VOLTage:POWer<i>:LEVel:LIMit:LOW
class LowCls[source]

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

get(source=Source.Default) float[source]
# SCPI: SOURce:VOLTage:POWer<i>:LEVel:LIMit:LOW
value: float = driver.applications.k30NoiseFigure.source.voltage.power.level.limit.low.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>:LEVel:LIMit:LOW
driver.applications.k30NoiseFigure.source.voltage.power.level.limit.low.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’)