Insert
SCPI Command :
[SENSe]:CORRection:FRESponse:USER:FLISt<fli>:INSert
- class InsertCls[source]
Insert commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(fileList=FileList.Default) str [source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:FLISt<fli>:INSert value: str = driver.sense.correction.fresponse.user.flist.insert.get(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 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, fileList=FileList.Default) None [source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:FLISt<fli>:INSert driver.sense.correction.fresponse.user.flist.insert.set(file_path = 'abc', 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 fileList
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)