Select

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<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:SLISt<CH>:SELect
value: str = driver.source.correction.fresponse.rf.user.slist.select.get(index = repcap.Index.Default)

Selects an existing S-parameter file (*.s<n>p) 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 ‘Slist’)

return

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]
# SCPI: [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 (*.s<n>p) 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_resp_rf_slsel

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 ‘Slist’)