Insert

SCPI Command :

[SENSe]:CORRection:FRESponse:USER:FLISt<fli>:INSert
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(fileList=FileList.Default) str[source]
# [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.

Parameters:

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

Returns:

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]
# [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.

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

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