Command/Query
: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?
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.
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. |
{numeric}<newline><^END>
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
Analysis > Transform > Start
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.START
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.START