Command/Query
:CALCulate<Ch>:FSIMulator:BALun:DMCircuit:BPORt:USER:FILename <String>
:CALCulate<Ch>:FSIMulator:BALun:DMCircuit:BPORt:USER:FILename?
This command specifies the file in which the information on the user-defined differential matching circuit is saved (2-port touchstone file with the .s2p extension) for the balance measurement.
Specify the file name with the extension. When you use directory names (folder names) and file name, separate them with "\ " (back slash), or "/" (slash).
Even if the specified file does not exist, no error occurs when you execute this command. However, when you set the type of the differential matching circuit to the user-defined circuit with the :CALC:FSIM:BAL:DMC:BPOR, an error occurs when executed.
Parameter |
String |
Description |
2-port touchstone file name (extension: .s2p) for the differential matching circuit |
Data Type |
Character string type (String) |
Range |
254 chars |
Preset Value |
"" |
{String}<newline><^END>
Dim Var as String
Var = "D:\Myfile.s2p"
Ena.WriteString ":CALC1:FSIM:BAL:DMC:BPOR:USER:FIL " & Var, True
Ena.WriteString ":CALC1:FSIM:BAL:DMC:BPOR:USER:FIL?", True
Var=Ena.ReadString
Analysis > Fixture Simulator > Diff Matching > User File...
SCPI.CALCULATE(Ch).FSIMULATOR.BALUN.DMCIRCUIT.BPORT.USER.FILENAME