Color
SCPI Command :
POWer<*>:SWITching:DISPlay:CONDuction:COLor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) int[source]
# POWer<*>:SWITching:DISPlay:CONDuction:COLor value: int = driver.power.switching.display.conduction.color.get(power = repcap.Power.Default)
The commands set the display color of the conduction area, non-conduction area, turn off area and turn on area, respectively.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- set(conduction_clr: int, power=Power.Default) None[source]
# POWer<*>:SWITching:DISPlay:CONDuction:COLor driver.power.switching.display.conduction.color.set(conduction_clr = 1, power = repcap.Power.Default)
The commands set the display color of the conduction area, non-conduction area, turn off area and turn on area, respectively.
- Parameters:
conduction_clr – Decimal value of the ARGB color. Use the color dialog on the instrument to get the hex value of the color, and convert the hex value to a decimal value. 0 is fully transparent black. 4278190080 (dec) = FF000000 (hex) is opaque black. 4294967295 (dec) = FFFFFFFF (hex) is opaque white.
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)