SCPI Command
CALCulate<Ch>:FSIMulator:BALun:DMCircuit:BPORt<Bpt>:TYPE <char>
CALCulate<Ch>:FSIMulator:BALun:DMCircuit:BPORt<Bpt>:TYPE?
Selects the type of the differential matching circuit for the specified balanced port number Bpt of the channel Ch. |
---|
command/query |
Balanced Port <Bpt> of channel <Ch>,
<Ch>={[1]|2|...16}
<Bpt>={[1]|2}, 1 or 2 for the Bal-Bal topology, always 1 for the SE-Bal, SE-SE-Bal and Bal topology.
<char> Specifies the differential matching circuit:
NONE |
No-circuit |
PLPC |
Shunt L – Shunt C |
USER |
User defined circuit by touchstone file |
{NONE|PLPC|USER}
NONE
Analysis > Fixture Simulator > Diff Matching > Bal Port n > {None | Shunt L - Shunt C | User}
Equivalent COM Command
SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).TYPE
Param = app.SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).TYPE
app.SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).TYPE = "PLPC"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)