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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF the 4-port network embedding/de-embedding feature when the fixture simulator feature is ON, for the selected channel (Ch).

Variable

Parameter

Status

Description

Turns ON/OFF the 4-port network embedding/de-embedding feature.

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the 4-port network embedding/de-embedding feature.

  • False or OFF: Turns OFF the 4-port network embedding/de-embedding feature.

Preset value

False or 0

Examples

Dim Emb As Boolean
SCPI.CALCulate(1).FSIMulator.EMBed.STATe = True
Emb = SCPI.CALCulate(1).FSIMulator.EMBed.STATe

Related objects

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

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

SCPI.CALCulate(Ch).FSIMulator.STATe

Equivalent key

Analysis > Fixture Simulator > De-Embedding S4P > De-Embedding S4P

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:FSIMulator:EMBed:STATe {ON|OFF|1|0}

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

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FSIM:EMB:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:EMB:STAT?"
30 ENTER 717;A