SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.STATe = Status

Status = SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.STATe

Description

This command turns ON/OFF the network de-embedding function when the fixture simulator function is ON, for all the ports of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the network de-embedding function

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the network de-embedding function.

  • False or OFF: Turns OFF the network de-embedding function.

Preset value

False or 0

Examples

Dim Deemb As Boolean
SCPI.CALCulate(1).FSIMulator.SENDed.DEEMbed.STATe = True
Deemb = SCPI.CALCulate(1).FSIMulator.SENDed.DEEMbed.STATe

Related objects

SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.PORT(Pt).USER.FILename

SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.PORT(Pt).TYPE

SCPI.CALCulate(Ch).FSIMulator.STATe

Equivalent key

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

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

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