FromPy

SCPI Command :

[SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:PORTs:FROM
class FromPyCls[source]

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

get(inputIx=InputIx.Default, touchStone=TouchStone.Default) int[source]
# SCPI: [SENSe]:CORRection:FRESponse:INPut<ip>:USER:SLISt<sli>:PORTs:FROM
value: int = driver.sense.correction.fresponse.inputPy.user.slist.ports.fromPy.get(inputIx = repcap.InputIx.Default, touchStone = repcap.TouchStone.Default)

SnP files can be defined for a varying number of input and output ports. You must define the ports from the touchstone file whose data is to be applied.

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

return

port_from: No help available

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

SnP files can be defined for a varying number of input and output ports. You must define the ports from the touchstone file whose data is to be applied.

param port_from

No help available

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