SCPI.CALCulate(Ch).SELected.TRANsform.TIME.SPAN

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.SPAN = Value

Value = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.SPAN

Description

This command selects the span value used for the transformation function of the time domain function, for the active trace of the selected channel (Ch).

Variable

Parameter

Value

Description

Span value

Data type

Double precision floating point type (Double)

Range

Varies depending on the frequency span and the number of points.

Preset value

2E-8

Unit

s (second)

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim Span As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.SPAN = 1E-8
Cent = SCPI.CALCulate(1).SELected.TRANsform.TIME.SPAN

Related objects

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.CENTer

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe

SCPI.CALCulate(Ch).PARameter(Tr).SELect

Equivalent key

Analysis > Fault Location > Center

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:TIME:SPAN <numeric>

:CALCulate{[1]-4}[:SELected]:TRANsform:TIME:SPAN?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:TIME:SPAN 1E-8"
20 OUTPUT 717;":CALC1:TRAN:TIME:SPAN?"
30 ENTER 717;A