SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STARt

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STARt

Description

This command gets user start x, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

User start x

Data Type

Double precision floating point type (Double)

Range

-

Preset Value

0

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Double
Var = SCPI.CALCulate.USER1.TRACe8.DATA.STARt

Related Objects

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.COPY

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FDATa

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FMEMory

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.POINts

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.RDATa

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STOP

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.UDATa

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.UMEMory

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.XDATa

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:USER[1-1]:TRACe[1-8]:DATA:STARt?

Query Response

{Double} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:USER1:TRACe8:DATA:STARt ?"
20 ENTER 717;A