Property (Read-Write)
SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.STATe = Status
Status = SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.STATe
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).
Parameter |
Status |
Description |
ON/OFF of the network de-embedding function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
|
Preset value |
False or 0 |
Dim Deemb As Boolean
SCPI.CALCulate(1).FSIMulator.SENDed.DEEMbed.STATe = True
Deemb = SCPI.CALCulate(1).FSIMulator.SENDed.DEEMbed.STATe
SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.PORT(Pt).USER.FILename
SCPI.CALCulate(Ch).FSIMulator.SENDed.DEEMbed.PORT(Pt).TYPE
SCPI.CALCulate(Ch).FSIMulator.STATe
Analysis > Fixture Simulator > De-Embedding > De-Embedding
:CALCulate{[1]-160}:FSIMulator:SENDed:DEEMbed:STATe {ON|OFF|1|0}
:CALCulate{[1]-160}:FSIMulator:SENDed:DEEMbed:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:FSIM:SEND:DEEM:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:SEND:DEEM:STAT?"
30 ENTER 717;A