High

SCPI Commands

SOURce:CURRent:POWer<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:POWer<1|2>:LIMit:HIGH
value: float = driver.source.current.power.limit.high.get(source = repcap.Source.Default)
This command defines the maximum current of the Vsupply connector.

INTRO_CMD_HELP: Prerequisites for this command

  • Vsupply is controlled in terms of voltage (method RsFswp.Applications.K30_NoiseFigure.Source.Voltage.Power.Level.Mode.set) .

param source

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

return

current: numeric value Range: 0 to 2, Unit: A

set(current: float, source=Source.Default) None[source]
# SCPI: SOURce:CURRent:POWer<1|2>:LIMit:HIGH
driver.source.current.power.limit.high.set(current = 1.0, source = repcap.Source.Default)
This command defines the maximum current of the Vsupply connector.

INTRO_CMD_HELP: Prerequisites for this command

  • Vsupply is controlled in terms of voltage (method RsFswp.Applications.K30_NoiseFigure.Source.Voltage.Power.Level.Mode.set) .

param current

numeric value Range: 0 to 2, Unit: A

param source

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