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

Object Type

Property (Read Only)

Syntax

Value = SCPI.SENSe(Ch).DC.MEASure.DATA

Description

This command gets the measurement data of DC monitor sweep end, for the selected channel ( Ch).

Variable

Parameter

Velue

Description

DC monitor measurement data

Data Type

Double precision floating point type (Double)

Unit

V (voltage) or A (ampere)

Examples

Dim DCmon as Double
DCmon = SCPI.SENSe(2).DC.MEASure.DATA

Related Objects

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SENS1:DC:MEAS:DATA?"
20 ENTER 717;A