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 |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<char> Specifies the transformation type:
BPASs |
Bandpass |
LPASs |
Lowpass |
{BPAS|LPAS}
BPAS
Analysis > Time Domain > Response Type > {Bandpass | Lowpass Step | Lowpass Impulse}
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)