SCPI.CALCulate(Ch).FSIMulator.STATe

Object type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF the fixture simulator function of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the fixture simulator function

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the fixture simulator function.

  • False or OFF: Turns OFF the fixture simulator function.

Preset value

False or OFF

Examples

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

Equivalent key

Analysis > Fixture Simulator > Fixture Simulator

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

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