Slist<TouchStone>

RepCap Settings

# Range: Ix1 .. Ix32
rc = driver.sense.correction.fresponse.user.slist.repcap_touchStone_get()
driver.sense.correction.fresponse.user.slist.repcap_touchStone_set(repcap.TouchStone.Ix1)

SCPI Commands :

[SENSe]:CORRection:FRESponse:USER:SLISt<sli>:CLEar
[SENSe]:CORRection:FRESponse:USER:SLISt<sli>:MOVE
class SlistCls[source]

Slist commands group definition. 13 total commands, 8 Subgroups, 2 group commands Repeated Capability: TouchStone, default value after init: TouchStone.Ix1

clear(touchStone=TouchStone.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:SLISt<sli>:CLEar
driver.sense.correction.fresponse.user.slist.clear(touchStone = repcap.TouchStone.Default)

Removes all touchstone files from the current configuration for the selected or all input types.

param touchStone

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

clear_with_opc(touchStone=TouchStone.Default, opc_timeout_ms: int = - 1) None[source]
move(direction: RsFsw.enums.UpDownDirection, touchStone=TouchStone.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:SLISt<sli>:MOVE
driver.sense.correction.fresponse.user.slist.move(direction = enums.UpDownDirection.DOWN, 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 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.user.slist.clone()

Subgroups