Property (Read-Write)
SCPI.CALCulate(Ch).FSIMulator.EMBed.STATe = Status
Status = SCPI.CALCulate(Ch).FSIMulator.EMBed.STATe
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).
| Parameter | Status | 
| Description | Turns ON/OFF the 4-port network embedding/de-embedding feature. | 
| Data type | Boolean type (Boolean) | 
| Range | Select from the following. 
 | 
| Preset value | False or 0 | 
Dim Emb As Boolean
SCPI.CALCulate(1).FSIMulator.EMBed.STATe = True
Emb = SCPI.CALCulate(1).FSIMulator.EMBed.STATe
SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk).FILename
SCPI.CALCulate(Ch).FSIMulator.EMBed.NETWork(Nwk).TYPE
SCPI.CALCulate(Ch).FSIMulator.STATe
Analysis > Fixture Simulator > De-Embedding S4P > De-Embedding S4P
:CALCulate{[1]-160}:FSIMulator:EMBed:STATe {ON|OFF|1|0}
:CALCulate{[1]-160}:FSIMulator:EMBed:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:FSIM:EMB:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:EMB:STAT?"
30 ENTER 717;A