Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STARt = Value
Value = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STARt
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).TRANsform.TIME.STARt = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).TRANsform.TIME.STARt
This command sets/gets the start value used for the transformation function of the time domain function, for the active trace of selected channel (Ch).
In revision A.9.60 and above, you can select the trace and set/get the start value for the transformation function of the time domain function, for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Value |
Description |
Start value |
Data type |
Double precision floating point type (Double) |
Range |
Varies depending on the frequency span and the number of points. |
Preset value |
-1E-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. |
Dim Star As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.STARt = 0
Star = SCPI.CALCulate(1).SELected.TRANsform.TIME.STARt
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STOP
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Transform > Start
All revision:
:CALCulate{[1]-160}[:SELected]:TRANsform:TIME:STARt <numeric>
:CALCulate{[1]-160}[:SELected]:TRANsform:TIME:STARt?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:TRANsform:TIME:STARt <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:TRANsform:TIME:STARt?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:TRAN:TIME:STAR 0"
20 OUTPUT 717;":CALC1:TRAN:TIME:STAR?"
30 ENTER 717;A