Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:TIME:IMPulse:WIDTh <Value>
:CALCulate<Ch>[:SELected]:TRANsform:TIME:IMPulse:WIDTh?
The following syntax is also supported:
CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:IMPulse:WIDTh <Value>
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:IMPulse:WIDTh?
This command sets/gets the shape of the Kayser Bessel window using the impulse width used for the transformation function of the time domain function. Use :CALC:TRAN:DIST:IMP:WIDT when :CALC:TRAN:METH is set at distance.
Parameter |
Value |
Description |
Impulse width |
Data Type |
Numeric type (Real) |
Range |
Varies depending on the frequency span and transformation type. |
Preset Value |
108.579158773p |
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
Ena.WriteString ":CALC1:TRAN:TIME:IMP:WIDT " & Var, True
Ena.WriteString ":CALC1:TRAN:TIME:IMP:WIDT?", True
Var=Ena.ReadString
Analysis > Transform > Window > Impulse Width
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.IMPULSE.WIDTH
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.IMPULSE.WIDTH