Remove

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:REMove
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(inputPy=InputPy.Default, fileList=FileList.Default) None[source]
# [SENSe]:CORRection:FRESponse:INPut<ip>:USER:FLISt<fli>:REMove
driver.sense.correction.fresponse.inputPy.user.flist.remove.set(inputPy = repcap.InputPy.Default, fileList = repcap.FileList.Default)

Removes the selected frequency response (.fres) file from the current configuration.

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

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

set_with_opc(inputPy=InputPy.Default, fileList=FileList.Default, opc_timeout_ms: int = -1) None[source]