Command/Query
:CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>[:TYPE] {NONE|USER}
:CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>[:TYPE]?
This command sets/gets the type of the network de-embedding.
Parameter |
Selection Option |
Description |
Type of the network de-embedding |
Data Type |
Character string type (String) |
Range |
NONE|USER |
Preset Value |
"NONE" |
Note |
If you want to select the user-defined network de-embedding, you must specify the 2-port touchstone file in which the information on the user-defined network is saved in advance. If you do not specify the appropriate file and you select the user-defined network de-embedding, an error occurs when executed and NONE is automatically selected. |
{NONE|USER}<newline><^END>
Dim Var as String
Var= "NONE"
Ena.WriteString ":CALC1:FSIM:SEND:DEEM:PORT1 " & Var, True
Ena.WriteString ":CALC1:FSIM:SEND:DEEM:PORT1?", True
Var=Ena.ReadString
:CALC:FSIM:SEND:DEEM:PORT:USER:FIL
Analysis > Fixture Simulator > De-Embedding > Select Type
SCPI.CALCULATE(Ch).FSIMULATOR.SENDED.DEEMBED.PORT(Pt).TYPE