SCPI Command
CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus <char>
CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus?
Or
CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STIMulus <char>
CALCulate<Ch>:TRACe<Tr>: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>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<char> Specifies the stimulus type:
IMPulse |
Impulse |
STEP |
Step |
{IMP|STEP}
IMP
Analysis > Time Domain > Type > {Bandpass | Lowpass Step | Lowpass Impulse}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus
note |
This command is similar to CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus only. |
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