Display

SCPI Command :

DISPlay:FORMat
class DisplayCls[source]

Display commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_format_py() str[source]
# SCPI: DISPlay:FORMat
value: str = driver.display.get_format_py()

No command help available

return:

arg_0: No help available

set_format_py(arg_0: str) None[source]
# SCPI: DISPlay:FORMat
driver.display.set_format_py(arg_0 = rawAbc)

No command help available

param arg_0:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.display.clone()

Subgroups