SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk).FILename

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk).FILename = File

File = SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk).FILename

Description

This command specifies a file in which the information of network 1 (Nwk) (which you want to embed/de-embed using the 4-port network embedding/de-embedding feature) is saved for the selected channel (Ch). The file is saved as a 4-port touchstone file with the ".s4p" extension.

Variable

Parameter

Nwk

Description

Number of network

Data type

Long integer type (Long)

Range

1

Preset value

1

Note

If the specified variable is out of the allowable setup range, an error occurs when executed.

Parameter

File

Description

4-port touchstone file name (extension: .s4p) for the 4-port network embedding/de-embedding feature

Data type

Character string type (String)

Range

254 characters or less

Preset value

""

Note

When the processing type is set to NONE, even if the specified file does not exist, no error occurs when you execute this object. However, when you set the processing type to embedding/de-embedding with the SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk). TYPE object, an error occurs.

Examples

Dim Emb As String
SCPI.CALCulate(1).FSIMulator.EMBed.NETWork(1).FILename = "network.s4p"
Emb = SCPI.CALCulate(1).FSIMulator.EMBed.NETWork(1).FILename

Related objects

SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk).TYPE

SCPI.CALCulate(Ch).FSIMulator.EMBed.STATe

Equivalent key

Analysis > Fixture Simulator > De-Embedding S4P > Topology > User File (nwk1)

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:FSIMulator:EMBed:NETWork{[1]}: FILename <string>

:CALCulate{[1]-160}:FSIMulator:EMBed:NETWork{[1]}: FILename?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FSIM:EMB:NETW1:FIL ""Network.s4p"""
20 OUTPUT 717;":CALC1:FSIM:EMB:NETW1:FIL?"
30 ENTER 717;A$