SCPI.SENSe(Ch).SEGMent.SWEep.TIME.DATA

Object type

Property (Read-only)

Syntax

Value = SCPI.SENSe(Ch).SEGMent.SWEep.TIME.DATA

Description

This command reads the total sweep time (including sweep delay time) of all segments for the segment sweep table of the selected channel (Ch).

Variable

Parameter

Value

Description

Total sweep time of all segments

Data type

Double precision floating point type (Double)

Examples

Dim SegmTime As Double
SegmTime = SCPI.SENSe(1).SEGMent.SWEep.TIME.DATA

Related objects

SCPI.SENSe(Ch).SEGMent.DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:SEGMent:SWEep:TIME[:DATA]?

Query response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SEGM:SWE:TIME?"
20 ENTER 717;A