Flist<FileList>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.sense.correction.fresponse.baseband.user.flist.repcap_fileList_get()
driver.sense.correction.fresponse.baseband.user.flist.repcap_fileList_set(repcap.FileList.Nr1)
SCPI Command :
[SENSe]:CORRection:FRESponse:BASeband:USER:FLISt<fli>:CLEar
- class FlistCls[source]
Flist commands group definition. 8 total commands, 7 Subgroups, 1 group commands Repeated Capability: FileList, default value after init: FileList.Nr1
- clear(fileList=FileList.Default) None [source]
# SCPI: [SENSe]:CORRection:FRESponse:BASeband:USER:FLISt<fli>:CLEar driver.sense.correction.fresponse.baseband.user.flist.clear(fileList = repcap.FileList.Default)
Removes all frequency response (.fres) files in the current configuration for the selected or all input types.
- param fileList
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Flist’)
- clear_with_opc(fileList=FileList.Default, opc_timeout_ms: int = - 1) None [source]
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.correction.fresponse.baseband.user.flist.clone()
Subgroups