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 |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> specifies the stimulus type:
IMPulse |
Impulse |
STEP |
Step |
{IMP|STEP}
IMP
Analysis > Time Domain > Response Type > {Bandpass | Lowpass Impulse | Lowpass Step}
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)