FromPy

SCPI Command :

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

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

get(touchStone=TouchStone.Default) int[source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:SLISt<sli>:PORTs:FROM
value: int = driver.sense.correction.fresponse.user.slist.ports.fromPy.get(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 touchStone

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

return

port_from: No help available

set(port_from: int, touchStone=TouchStone.Default) None[source]
# SCPI: [SENSe]:CORRection:FRESponse:USER:SLISt<sli>:PORTs:FROM
driver.sense.correction.fresponse.user.slist.ports.fromPy.set(port_from = 1, 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 touchStone

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