Start

SCPI Command :

POWer<*>:SWITching:REGion:NCONduction[:STARt]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) float[source]
# POWer<*>:SWITching:REGion:NCONduction[:STARt]
value: float = driver.power.switching.region.nconduction.start.get(power = repcap.Power.Default)

Sets the start time for the non-conduction area in relation to the trigger point. This value is also the end time of the turn off area.

Parameters:

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

Returns:

t_4_position: -500 to 500

set(t_4_position: float, power=Power.Default) None[source]
# POWer<*>:SWITching:REGion:NCONduction[:STARt]
driver.power.switching.region.nconduction.start.set(t_4_position = 1.0, power = repcap.Power.Default)

Sets the start time for the non-conduction area in relation to the trigger point. This value is also the end time of the turn off area.

Parameters:
  • t_4_position – -500 to 500

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