Enable

SCPI Command :

POWer<*>:SWITching:DISPlay:TON[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) bool[source]
# POWer<*>:SWITching:DISPlay:TON[:ENABle]
value: bool = driver.power.switching.display.ton.enable.get(power = repcap.Power.Default)

The commands enable the measurements of the conduction area, non-conduction area, turn off area and turn on area, respectively. Results of enabled mesurements are shown in the result table.

Parameters:

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

set(show_turn_on: bool, power=Power.Default) None[source]
# POWer<*>:SWITching:DISPlay:TON[:ENABle]
driver.power.switching.display.ton.enable.set(show_turn_on = False, power = repcap.Power.Default)

The commands enable the measurements of the conduction area, non-conduction area, turn off area and turn on area, respectively. Results of enabled mesurements are shown in the result table.

Parameters:
  • show_turn_on – OFF | ON

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