Command/Query
:CALCulate<Ch>:FSIMulator:BALun:DMCircuit:BPORt[:TYPE] {NONE|PLPC|USER}
:CALCulate<Ch>:FSIMulator:BALun:DMCircuit:BPORt[:TYPE]?
This command selects the type of the differential matching circuit.
Parameter |
Selection Option |
Description |
Type of the differential matching circuit |
Data Type |
Character string type (String) |
Range |
"NONE": Specifies no-circuit. "PLPC": Specifies the circuit that consists of shunt L and shunt C. "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|PLPC|USER}<newline><^END>
Dim Var as String
Var= "NONE"
Ena.WriteString ":CALC1:FSIM:BAL:DMC:BPOR " & Var, True
Ena.WriteString ":CALC1:FSIM:BAL:DMC:BPOR?", True
Var=Ena.ReadString
:CALC:FSIM:BAL:DMC:BPOR:USER:FIL
Analysis > Fixture Simulator > Diff Matching > Select Circuit > None | ShuntL-ShuntC | User
SCPI.CALCULATE(Ch).FSIMULATOR.BALUN.DMCIRCUIT.BPORT.TYPE