Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:TIME[:TYPE] {BPASs|LPASs}
:CALCulate<Ch>[:SELected]:TRANsform:TIME[:TYPE]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME[:TYPE] {BPASs|LPASs}
:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME[:TYPE]?
This command sets/gets the transformation type used for the transformation function of the time domain function. Use :CALC:TRAN:DIST when :CALC:TRAN:METH is set at distance.
Parameter |
Selection Option |
Description |
The transformation type |
Data Type |
Character string type (String) |
Range |
"BPASs": Band-pass "LPASs": Low-pass |
Preset Value |
"BPASs" |
{BPAS|LPAS}<newline><^END>
Dim Var as String
Var= "BPASs"
Ena.WriteString ":CALC1:TRAN:TIME " & Var, True
Ena.WriteString ":CALC1:TRAN:TIME?", True
Var=Ena.ReadString
Analysis > Transform > Type > Bandpass | Lowpass Step | Lowpass Imp
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.TYPE
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.TYPE