Background

SCPI Command :

DISPlay:[WINDow]:[POWer]:SWEep:BACKground:COLor
class BackgroundCls[source]

Background commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_color() DiagBgColor[source]
# SCPI: DISPlay:[WINDow]:[POWer]:SWEep:BACKground:COLor
value: enums.DiagBgColor = driver.display.window.power.sweep.background.get_color()

Defines the background color of the measurement diagram. The selected color applies also to the hardcopy of the diagram.

return:

color: BLACk| WHITe

set_color(color: DiagBgColor) None[source]
# SCPI: DISPlay:[WINDow]:[POWer]:SWEep:BACKground:COLor
driver.display.window.power.sweep.background.set_color(color = enums.DiagBgColor.BLACk)

Defines the background color of the measurement diagram. The selected color applies also to the hardcopy of the diagram.

param color:

BLACk| WHITe