SCPI Command
CALCulate<Ch>[:SELected]:TRANsform:TIME[:TYPE] <char>
CALCulate<Ch>[:SELected]:TRANsform:TIME[:TYPE]?
Selects the transformation type for the time domain transformation function: bandpass or lowpass. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> specifies the transformation type:
BPASs |
Bandpass |
LPASs |
Lowpass |
{BPAS|LPAS}
BPAS
Analysis > Time Domain > Response Type > {Bandpass | Lowpass Impulse | Lowpass Step}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE
Param = app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE
app.SCPI.CALCulate(Ch).SELected.TRANsform.TIME.TYPE = "STEP"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)