SCPI Command
CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus <char>
CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus?
Selects the stimulus type for the time domain transformation function: impulse or step. The stimulus type is valid for the Lowpass devices. For the Bandpass devices the impulse type is always used. |
---|
command/query |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<char> Specifies the stimulus type:
IMPulse |
Impulse |
STEP |
Step |
{IMP|STEP}
IMP
Analysis > Time Domain > Response Type > {Bandpass | Lowpass Step | Lowpass Impulse}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus
Param = app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus
app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus = "STEP"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)