Application

SCPI Command:

DISPlay:AFRF:MEASurement<Instance>:APPLication:SELect
class ApplicationCls[source]

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

get_select() SubTab[source]
# SCPI: DISPlay:AFRF:MEASurement<Instance>:APPLication:SELect
value: enums.SubTab = driver.display.afRf.measurement.application.get_select()

Configures the display of the subtabs in the ‘Analyzer’ tab.

return:

sub_tab: OVERview | TRIM | RFResults | AFResults | FMSTereo | FFT | MULTitone | OSC | TONes Shows the specified subtab.

set_select(sub_tab: SubTab) None[source]
# SCPI: DISPlay:AFRF:MEASurement<Instance>:APPLication:SELect
driver.display.afRf.measurement.application.set_select(sub_tab = enums.SubTab.AFResults)

Configures the display of the subtabs in the ‘Analyzer’ tab.

param sub_tab:

OVERview | TRIM | RFResults | AFResults | FMSTereo | FFT | MULTitone | OSC | TONes Shows the specified subtab.