Slist<TouchStone>
RepCap Settings
# Range: Ix1 .. Ix32
rc = driver.sense.correction.fresponse.inputPy.user.slist.repcap_touchStone_get()
driver.sense.correction.fresponse.inputPy.user.slist.repcap_touchStone_set(repcap.TouchStone.Ix1)
SCPI Commands :
[SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:CLEar
[SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:MOVE
- class SlistCls[source]
Slist commands group definition. 10 total commands, 7 Subgroups, 2 group commands Repeated Capability: TouchStone, default value after init: TouchStone.Ix1
- clear(inputIx=InputIx.Default, touchStone=TouchStone.Default) None [source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:CLEar driver.sense.correction.fresponse.inputPy.user.slist.clear(inputIx = repcap.InputIx.Default, touchStone = repcap.TouchStone.Default)
Removes all touchstone files from the current configuration for the selected or all input types.
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- param touchStone
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Slist’)
- clear_with_opc(inputIx=InputIx.Default, touchStone=TouchStone.Default, opc_timeout_ms: int = - 1) None [source]
- move(direction: RsFsw.enums.UpDownDirection, inputIx=InputIx.Default, touchStone=TouchStone.Default) None [source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:MOVE driver.sense.correction.fresponse.inputPy.user.slist.move(direction = enums.UpDownDirection.DOWN, inputIx = repcap.InputIx.Default, touchStone = repcap.TouchStone.Default)
Moves the selected Touchstone file one position up or down in the list of files, changing the order in which the correction data is applied.
- param direction
UP | DOWN
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- param touchStone
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Slist’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.correction.fresponse.inputPy.user.slist.clone()
Subgroups