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 to 4 (Nwk) (which you want to embed/de-embed using the 4 (or 6, 8)-port network embedding/de-embedding feature) is saved for the selected channel (Ch). The file is saved as a 4 (or 6, 8)-port touchstone file with the ".s4p" (or ".s6p", ".s8p") extension.

For information on network numbers, refer to Obtaining Characteristics After Embedding/De-embedding 4/6/8-port Network.

Specify the file name with the extension. When you use directory names (folder names) and file name, separate them with "" (back slash) or "/" (slash).

This function is available with the firmware revision 3.50 or above. The 6/8-port touchstone file is supported with the firmware revision 9.60 or above.

Variable

Parameter

Nwk

Description

Number of network

Data type

Long integer type (Long)

Range

1 to 4

 

1, 2 (4-port touchstone file only)

3 (6-port touchstone file only)

4 (8-port touchstone file only)

Preset value

1

Note

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

Parameter

File

Description

4/6/8-port touchstone file name

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

Firmware 9.60 or above

Analysis > Fixture Simulator > De-Embedding SxP > Topology > User File (nwk1)|User File (nwk2)|User File (nwk3)|User File (nwk4) 

 

Firmware 9.50 or below

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

Equivalent SCPI command

Syntax

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

:CALCulate{[1]-160}:FSIMulator:EMBed:NETWork{[1]-4}: 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$