Select
SCPI Command :
[SOURce<HW>]:CORRection:FRESponse:RF:USER:FLISt<CH>:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(index=Index.Default) str[source]
# [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.
- Parameters:
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)
- Returns:
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]
# [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.
- Parameters:
freq_corr_rf_fl_sel – string Filename incl. file extension or complete file path Use ‘none’ to unload a file.
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)