Stop
SCPI Command :
POWer<*>:SWITching:REGion:CONDuction:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) float[source]
# POWer<*>:SWITching:REGion:CONDuction:STOP value: float = driver.power.switching.region.conduction.stop.get(power = repcap.Power.Default)
Sets the start time for the turn off area in relation to the trigger point. This value is also the end time of the conduction area.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
t_3_position: -500 to 500
- set(t_3_position: float, power=Power.Default) None[source]
# POWer<*>:SWITching:REGion:CONDuction:STOP driver.power.switching.region.conduction.stop.set(t_3_position = 1.0, power = repcap.Power.Default)
Sets the start time for the turn off area in relation to the trigger point. This value is also the end time of the conduction area.
- Parameters:
t_3_position – -500 to 500
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)