FromPy

SCPI Command :

[SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:PORTs:FROM
class FromPyCls[source]

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

get(index=Index.Default) int[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:PORTs:FROM
value: int = driver.source.correction.fresponse.rf.user.slist.ports.fromPy.get(index = repcap.Index.Default)

Sets the port number from that the signal is coming and the port to that it is going. Available ports depend on the file content and file extenssion, see ‘S-parameters (Touchstone) files’.

param index

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

return

freq_resp_sli_stfr: integer Range: 1 to 8 (dynamic)

set(freq_resp_sli_stfr: int, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:USER:SLISt<CH>:PORTs:FROM
driver.source.correction.fresponse.rf.user.slist.ports.fromPy.set(freq_resp_sli_stfr = 1, index = repcap.Index.Default)

Sets the port number from that the signal is coming and the port to that it is going. Available ports depend on the file content and file extenssion, see ‘S-parameters (Touchstone) files’.

param freq_resp_sli_stfr

integer Range: 1 to 8 (dynamic)

param index

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