Insert

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:INSert
class InsertCls[source]

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

get(inputIx=InputIx.Default, fileList=FileList.Default) str[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:INSert
value: str = driver.sense.correction.fresponse.inputPy.user.flist.insert.get(inputIx = repcap.InputIx.Default, fileList = repcap.FileList.Default)

Loads a frequency response (.fres) file to the current configuration. The maximum number of files per configuration is 15. The new file is added below the entry specified by the <fli> index. All other entries with a higher suffix are moved down by one position.

param inputIx

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

param fileList

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

return

file_path: string Path and file name The default directory for .fres files is C:/R_S/INSTR/USER/Fresponse.

set(file_path: str, inputIx=InputIx.Default, fileList=FileList.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:INSert
driver.sense.correction.fresponse.inputPy.user.flist.insert.set(file_path = 'abc', inputIx = repcap.InputIx.Default, fileList = repcap.FileList.Default)

Loads a frequency response (.fres) file to the current configuration. The maximum number of files per configuration is 15. The new file is added below the entry specified by the <fli> index. All other entries with a higher suffix are moved down by one position.

param file_path

string Path and file name The default directory for .fres files is C:/R_S/INSTR/USER/Fresponse.

param inputIx

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

param fileList

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