Enable
SCPI Command :
POWer<*>:SWITching:DISPlay:CONDuction[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) bool[source]
# POWer<*>:SWITching:DISPlay:CONDuction[:ENABle] value: bool = driver.power.switching.display.conduction.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_conduction: bool, power=Power.Default) None[source]
# POWer<*>:SWITching:DISPlay:CONDuction[:ENABle] driver.power.switching.display.conduction.enable.set(show_conduction = 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_conduction – OFF | ON
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)