:CALC<Ch>:FSIM:SEND:DEEM:PORT<Pt>:USER:FIL

Type

Command/Query

Syntax

:CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:USER:FILename <String>

:CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:USER:FILename?

Description

This command specifies the file in which the information on the user-defined network for the network de-embedding function is saved. This file is saved as a 2-port touchstone file with the .s2p extension.

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 network de-embedding to the user-defined network with the :CALC:FSIM:SEND:DEEM:PORT, an error occurs.

Variable

Parameter

String

Description

2-port touchstone file name (extension: .s2p) for the network de-embedding function

Data Type

Character string type (String)

Range

254 chars

Preset Value

""

Query Response

{String}<newline><^END>

Examples

Dim Var as String
Var = "D:\Myfile.s2p"
Ena.WriteString ":CALC1:FSIM:SEND:DEEM:PORT1:USER:FIL " & Var, True
Ena.WriteString ":CALC1:FSIM:SEND:DEEM:PORT1:USER:FIL?", True
Var=Ena.ReadString

Related Commands

:CALC:FSIM:SEND:DEEM:PORT

:CALC:FSIM:SEND:DEEM:STAT

Equivalent Softkey

Analysis > Fixture Simulator > De-Embedding > User File...

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).FSIMULATOR.SENDED.DEEMBED.PORT(Pt).USER.FILENAME