Select

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:SELect
class SelectCls[source]

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

get(index=Index.Default) str[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:SELect
value: str = driver.source.correction.fresponse.rf.user.flist.select.get(index = repcap.Index.Default)

Selects an existing frequency response list file (*.uco or *.fres) from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)

return

freq_corr_rf_fl_sel: string Filename incl. file extension or complete file path Use ‘none’ to unload a file.

set(freq_corr_rf_fl_sel: str, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:SELect
driver.source.correction.fresponse.rf.user.flist.select.set(freq_corr_rf_fl_sel = 'abc', index = repcap.Index.Default)

Selects an existing frequency response list file (*.uco or *.fres) from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param freq_corr_rf_fl_sel

string Filename incl. file extension or complete file path Use ‘none’ to unload a file.

param index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)