Insert

SCPI Command :

[SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:INSert
class InsertCls[source]

Insert commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(touchStone=TouchStone.Default) str[source]
# SCPI: [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 [SENSe:]CORRection:FRESponse<si>:USER:SLISt<sli>:MOVE command. To determine which files are available, use [SENSe:]CORRection:FRESponse<si>:USER:SLISt<sli>:CATalog?.

param touchStone

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Slist’)

return

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]
# SCPI: [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 [SENSe:]CORRection:FRESponse<si>:USER:SLISt<sli>:MOVE command. To determine which files are available, use [SENSe:]CORRection:FRESponse<si>:USER:SLISt<sli>:CATalog?.

param 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.

param touchStone

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Slist’)