SCPI.SENSe(Ch).DC.MEASure.ENABle

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).DC.MEASure.ENABle = Status

Status = SCPI.SENSe(Ch).DC.MEASure.ENABle

Description

This command turns ON/OFF DC monitor measurement on sweep end, for the selected channel ( Ch).

Variable

Parameter

Status

Description

ON/OFF the DC monitor measurement on sweep end.

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the DC monitor measurement on sweep end function.

  • False or OFF: Turns OFF the DC monitor measurement on sweep end function.

Preset Value

False or OFF

Examples

Dim StatDCmon as Boolean
SCPI.SENSe(1).DC.MEASure.ENABle = True
StatDCmon = SCPI.SENSe(1).DC.MEASure.ENABle

Related Objects

Equivalent Key

Meas > DC Monitor Setup > DC Monitor On Sweep End > Monitor

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:DC:MEASure:ENABle {ON|OFF|1|0}

:SENSe{[1]-4}:DC:MEASure:ENABle?

Query Response

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

Example of use

10 OUTPUT 717;":SENS1:DC:MEAS:ENAB ON"
20 OUTPUT 717;":SENS1:DC:MEAS:ENAB?"
30 ENTER 717;A