Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:TIME:STATe {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:TRANsform:TIME:STATe?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STATe {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STATe?
This command turns ON/OFF the transformation function of the time domain function. Use :CALC:TRAN:DIST:STAT when :CALC:TRAN:METH is set at distance.
This command is available for option 010/011 only.
You can enable the transformation function only when the sweep type is the linear sweep and the number of points is three or more. If you execute this object to enable the transformation function when the sweep type is other than the linear sweep or the number of points is less than three, an error occurs and the object is ignored.
Parameter |
Selection Option |
Description |
ON/OFF of the transform function |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:TRAN:TIME:STAT " & Str(Var), True
Ena.WriteString ":CALC1:TRAN:TIME:STAT?", True
Var=Ena.ReadNumber
Analysis > Transform > Transform
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.STATE