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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the processing type for networks 1 and 4 (Nwk), for the 4/6/8-port network embedding/de-embedding feature for the selected channel (Ch).

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

Param

Description

Processing type

Data type

Character string type (String)

Range

Select from the following.

  • "NONE": Specifies no-processing.

  • "EMBed": Specifies embedding.

  • "DEEMbed": Specifies de-embedding.

Preset value

"NONE"

Note

Before selecting embedding/de-embedding, use the SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk). FILename object to specify the 4/6/8-port touchstone file in which the information on the network is saved. If you do not specify the appropriate file and you select embedding/de-embedding, a runtime error occurs and NONE is automatically selected.

Examples

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

Related objects

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

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

Equivalent key

Firmware 9.60 or above

Analysis > Fixture Simulator > De-Embedding SxP > Topology > Type (nwk1)|Type (nwk2)|Type (nwk3)|Type (nwk4) > None|Embed|De-Embed

 

Firmware 9.50 or below

Analysis > Fixture Simulator > De-Embedding S4P > Topology > Type (nwk1)|Type (nwk2)> None|Embed|De-Embed

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:FSIMulator:EMBed:NETWork{[1]-4}:TYPE {NONE|EMBed|DEEMbed}

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

Query response

{NONE|EMB|DEEM}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FSIM:EMB:NETW1:TYPE DEEM"
20 OUTPUT 717;":CALC1:FSIM:EMB:NETW1:TYPE?"
30 ENTER 717;A$