Programming
551
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Ana.WriteString ":SENS1:DC:MEAS:DATA:DCI?", True
Var=Ana.ReadNumber
Related Commands
:SENS:DC:MEAS:ENAB
Equivalent Softkey
No equivalent key is available on the front panel.
(DC monitor result at right-upper corner on screen)
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).DC.MEASURE.DATA.DCI
:SENS<Ch>:DC:MEAS:DATA:DCV
Type
Query
Syntax
:SENSe<Ch>:DC:MEASure:DATA:DCV?
Description
This command returns the DC Monitor voltage measurement data at the
sweep start.
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Ana.WriteString ":SENS1:DC:MEAS:DATA:DCV?", True
Var=Ana.ReadNumber
Related Commands
:SENS:DC:MEAS:ENAB
Equivalent Softkey
No equivalent key is available on the front panel.
(DC monitor display at right-upper corner)
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).DC.MEASURE.DATA.DCV
:SENS<Ch>:DC:MEAS:ENAB
Type
Command/Query
Syntax