Command/Query
:CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>[:TYPE] {NONE|SLPC|PCSL|PLSC|SCPL|PLPC|SCPC|PCSC|SLPL|PLSL|USER}
:CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>[:TYPE]?
This command selects the type of the matching circuit.
Parameter |
Selection Option |
Description |
Type of the matching circuit |
Data Type |
Character string type (String) |
Range |
Select from the following. "NONE": Specifies no-circuit. "SLPC": Specifies the circuit that consists of series L and shunt C. "PCSL": Specifies the circuit that consists of shunt C and series L. "PLSC": Specifies the circuit that consists of shunt L and series C. "SCPL": Specifies the circuit that consists of series C and shunt L. "PLPC": Specifies the circuit that consists of shunt L and shunt C. "SCPC": Specifies the circuit that consists of series C and shunt C. "PCSC": Specifies the circuit that consists of shunt C and series C. "SLPL": Specifies the circuit that consists of series L and shunt L. "PLSL": Specifies the circuit that consists of shunt L and series L. "USER": Specifies the user-defined circuit. |
Preset Value |
"NONE" |
Note |
If you want to select the user-defined circuit, you must specify the 2-port touchstone file in which the proper information on the user-defined circuit is saved in advance. If you do not specify the appropriate file and you select the user-defined circuit, an error occurs when executed and NONE is automatically selected. |
{NONE|SLPC|PCSL|PLSC|SCPL|PLPC|SCPC|PCSC|SLPL|PLSL|USER}<newline><^END>
Dim Var as String
Var= "NONE"
Ena.WriteString ":CALC1:FSIM:SEND:PMC:PORT1" & Var, True
Ena.WriteString ":CALC1:FSIM:SEND:PMC:PORT1?", True
Var=Ena.ReadString
:CALC:FSIM:SEND:PMC:PORT:PAR:C
:CALC:FSIM:SEND:PMC:PORT:PAR:G
:CALC:FSIM:SEND:PMC:PORT:PAR:L
:CALC:FSIM:SEND:PMC:PORT:PAR:R
:CALC:FSIM:SEND:PMC:PORT:USER:FIL
Analysis > Fixture Simulator > Port Matching > Select Circuit > None
Analysis > Fixture Simulator > Port Matching > Select Circuit > SeriesL-ShuntC
Analysis > Fixture Simulator > Port Matching > Select Circuit > ShuntC-SeriesL
Analysis > Fixture Simulator > Port Matching > Select Circuit > ShuntL-SeriesC
Analysis > Fixture Simulator > Port Matching > Select Circuit > SeriesC-ShuntL
Analysis > Fixture Simulator > Port Matching > Select Circuit > ShuntL-SeriesC
Analysis > Fixture Simulator > Port Matching > Select Circuit > SeriesC-ShuntC
Analysis > Fixture Simulator > Port Matching > Select Circuit > ShuntC-SeriesC
Analysis > Fixture Simulator > Port Matching > Select Circuit > SeriesL-ShuntL
Analysis > Fixture Simulator > Port Matching > Select Circuit > ShuntL-SeriesL
SCPI.CALCULATE(Ch).FSIMULATOR.SENDED.PMCIRCUIT.PORT(Pt).TYPE