FormatPy

SCPI Command :

DISPlay:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() DisplayFormat[source]
# DISPlay:FORMat
value: enums.DisplayFormat = driver.display.formatPy.get()

Determines which tab is displayed.

Returns:

format_py: SPLit Displays the MultiView tab with an overview of all active channels (See ‘R&S MultiView’) . SINGle Displays the measurement channel that was previously focused.

set(format_py: DisplayFormat) None[source]
# DISPlay:FORMat
driver.display.formatPy.set(format_py = enums.DisplayFormat.SINGle)

Determines which tab is displayed.

Parameters:

format_py – SPLit Displays the MultiView tab with an overview of all active channels (See ‘R&S MultiView’) . SINGle Displays the measurement channel that was previously focused.