Select

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:SELect
class SelectCls[source]

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

set(file_path: str, inputIx=InputIx.Default, touchStone=TouchStone.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:SELect
driver.sense.correction.fresponse.inputPy.user.slist.select.set(file_path = 'abc', inputIx = repcap.InputIx.Default, touchStone = repcap.TouchStone.Default)

Selects a Touchstone format file from the specified directory to be loaded to the current configuration for the specified input type. If no input type is specified, the currently active input source is assumed. The query returns the currently selected file. To determine which files are available, use [SENSe:]CORRection:FRESponse<si>:USER:SLISt<sli>:CATalog?.

param file_path

string Path and file name of the selected file. The default directory for Touchstone files is C:/R_S/INSTR/USER/Fresponse.

param inputIx

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

param touchStone

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