Property (Read-Write)
SCPI.CALCulate(Ch).FSIMulator.STATe = Status
Status = SCPI.CALCulate(Ch).FSIMulator.STATe
This command turns ON/OFF the fixture simulator function of selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the fixture simulator function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
|
Preset value |
False or OFF |
Dim FxtSim As Boolean
SCPI.CALCulate(1).FSIMulator.STATe = True
FxtSim = SCPI.CALCulate(1).FSIMulator.STATe
Analysis > Fixture Simulator > Fixture Simulator
:CALCulate{[1]-160}:FSIMulator:STATe {ON|OFF|1|0}
:CALCulate{[1]-160}:FSIMulator:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:FSIM:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:STAT?"
30 ENTER 717;A