FormatPy

SCPI Command :

DISPlay:FORMat
class FormatPyCls[source]

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

get() RsFsw.enums.DisplayFormat[source]
# SCPI: DISPlay:FORMat
value: enums.DisplayFormat = driver.display.formatPy.get()

Determines which tab is displayed.

return

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: RsFsw.enums.DisplayFormat) None[source]
# SCPI: DISPlay:FORMat
driver.display.formatPy.set(format_py = enums.DisplayFormat.SINGle)

Determines which tab is displayed.

param 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.