FormatPy

SCPI Commands

DISPlay:FORMat
class FormatPyCls[source]

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

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

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

This command 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.