Select
SCPI Command :
[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(index=Index.Default) str[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:SELect value: str = driver.source.correction.fresponse.rf.user.slist.select.get(index = repcap.Index.Default)
Selects an existing S-parameter file with file extension s<n>p from the default directory or from a 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 ‘Slist’)
- Returns:
freq_resp_rf_slsel: string Filename incl. file extension or complete file path Use ‘none’ to unload a file.
- set(freq_resp_rf_slsel: str, index=Index.Default) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:SELect driver.source.correction.fresponse.rf.user.slist.select.set(freq_resp_rf_slsel = 'abc', index = repcap.Index.Default)
Selects an existing S-parameter file with file extension s<n>p from the default directory or from a 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_resp_rf_slsel – 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 ‘Slist’)