Slist<TouchStone>

SCPI Commands :

[SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:CLEar
[SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:MOVE
Commands in total: 10
Subgroups: 7
Direct child commands: 2

Repeated Capability Setting:

# Range: Ix1 .. Ix32

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

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

Parameters:

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: UpDownDirection, touchStone=TouchStone.Default) None[source]
# [SENSe]:CORRection:FRESponse:BASeband:USER:SLISt<sli>:MOVE
driver.sense.correction.fresponse.baseband.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.

Parameters:
  • direction – UP | DOWN

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

Cloning the Group

# Create a copy of the original group, that exists independently
slist_copy = driver.sense.correction.fresponse.baseband.user.slist.clone()

Subgroups