Start
SCPI Command :
POWer:INRush:GATE<*>:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrGate=PwrGate.Default) float[source]
# POWer:INRush:GATE<*>:STARt value: float = driver.power.inRush.gate.start.get(pwrGate = repcap.PwrGate.Default)
Sets the measuring time for the selected gate.
- Parameters:
pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- set(start_time: float, pwrGate=PwrGate.Default) None[source]
# POWer:INRush:GATE<*>:STARt driver.power.inRush.gate.start.set(start_time = 1.0, pwrGate = repcap.PwrGate.Default)
Sets the measuring time for the selected gate.
- Parameters:
start_time – 0 to 10
pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)