Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus {IMPulse|STEP}
:CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STIMulus {IMPulse|STEP}
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STIMulus?
This command sets/gets the stimulus type used for the transformation function of the time domain function. Use :CALC:TRAN:DIST:STIM when :CALC:TRAN:METH is set at distance.
Parameter |
Selection Option |
Description |
The stimulus type |
Data Type |
Character string type (String) |
Range |
"IMPulse": Specifies the impulse "STEP": Specifies the step |
Preset Value |
"IMPulse" |
{IMP|STEP}<newline><^END>
Dim Var as String
Var= "IMPulse"
Ena.WriteString ":CALC1:TRAN:TIME:STIM " & Var, True
Ena.WriteString ":CALC1:TRAN:TIME:STIM?", True
Var=Ena.ReadString
Analysis > Transform > Type > Bandpass | Lowpass Step | Lowpass Imp
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.STIMULUS
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.STIMULUS