Value
SCPI Command :
POWer:INRush:GATE<*>:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrGate=PwrGate.Default) float[source]
# POWer:INRush:GATE<*>:VALue value: float = driver.power.inRush.gate.value.get(pwrGate = repcap.PwrGate.Default)
Returns the value of the inrush current.
- Parameters:
pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- Returns:
value: -1000 to 1000
- set(value: float, pwrGate=PwrGate.Default) None[source]
# POWer:INRush:GATE<*>:VALue driver.power.inRush.gate.value.set(value = 1.0, pwrGate = repcap.PwrGate.Default)
Returns the value of the inrush current.
- Parameters:
value – -1000 to 1000
pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)