Remove

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:REMove
class RemoveCls[source]

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

set(inputIx=InputIx.Default, touchStone=TouchStone.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:REMove
driver.sense.correction.fresponse.inputPy.user.slist.remove.set(inputIx = repcap.InputIx.Default, touchStone = repcap.TouchStone.Default)

Removes the specified touchstone file from the list.

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’)

set_with_opc(inputIx=InputIx.Default, touchStone=TouchStone.Default, opc_timeout_ms: int = - 1) None[source]