Application

SCPI Command:

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

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

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

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

return:

sub_tab: OVERview | TRIM | AFResults | FFT | OSC

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

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

param sub_tab:

OVERview | TRIM | AFResults | FFT | OSC