Insert
SCPI Command :
[SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:INSert
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(touchStone=TouchStone.Default) str[source]
# [SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:INSert value: str = driver.sense.correction.fresponse.baseband.user.slist.insert.get(touchStone = repcap.TouchStone.Default)
Loads a new Touchstone file for the current configuration. The maximum number of files per configuration is 15. The new file is added below the entry specified by the <sli> index. All other entries with a higher suffix are moved down by one position. To change the order of the files, use the method
RsFsw.sense.correction.fresponse.user.slist.move()command. To determine which files are available, use methodRsFsw.sense.correction.fresponse.user.slist.catalog.get().- Parameters:
touchStone – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Slist’)
- Returns:
file_path: string Path and file name The file extension of the Touchstone file must correspond to the number of ports included in the file. For example, a file containing 4 parameters for S11, S22, S12 and S21 must have the extension .s2p. The default directory for Touchstone files is C:/R_S/INSTR/USER/Fresponse.
- set(file_path: str, touchStone=TouchStone.Default) None[source]
# [SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:INSert driver.sense.correction.fresponse.baseband.user.slist.insert.set(file_path = 'abc', touchStone = repcap.TouchStone.Default)
Loads a new Touchstone file for the current configuration. The maximum number of files per configuration is 15. The new file is added below the entry specified by the <sli> index. All other entries with a higher suffix are moved down by one position. To change the order of the files, use the method
RsFsw.sense.correction.fresponse.user.slist.move()command. To determine which files are available, use methodRsFsw.sense.correction.fresponse.user.slist.catalog.get().- Parameters:
file_path – string Path and file name The file extension of the Touchstone file must correspond to the number of ports included in the file. For example, a file containing 4 parameters for S11, S22, S12 and S21 must have the extension .s2p. The default directory for Touchstone files is C:/R_S/INSTR/USER/Fresponse.
touchStone – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Slist’)