:CALC<Ch>:TRAN:TIME:STAR

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:TRANsform:TIME:STARt <Value>

:CALCulate<Ch>[:SELected]:TRANsform:TIME:STARt?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STARt <Value>

:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STARt?

Description

This command sets/gets the start value used for the transformation function of the time domain function. Use :CALC:TRAN:DIST:STAR when :CALC:TRAN:METH is set at distance.

Variable

Parameter

Value

Description

Start value

Data Type

Numeric type (Real)

Range

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

Preset Value

-10n

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.

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var = 0.01
Ena.WriteString ":CALC1:TRAN:TIME:STAR " & Str(Var), True
Ena.WriteString ":CALC1:TRAN:TIME:STAR?", True
Var=Ena.ReadNumber

Related Commands

:CALC:TRAN:METH

:CALC:TRAN:TIME:STAT

 

:CALC:TRAN:TIME

:CALC:TRAN:TIME:STIM

:CALC:TRAN:TIME:IMP:WIDT

:CALC:TRAN:TIME:KBES

:CALC:TRAN:TIME:LPFR

 

:CALC:TRAN:TIME:CENT

:CALC:TRAN:TIME:SPAN

:CALC:TRAN:TIME:STOP

 

:CALC:TRAN:DIST:STAR

Equivalent Softkey

Analysis > Transform > Start

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.START

SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.START