:CALC<Ch>:TRAN:TIME

Type

Command/Query

Syntax

: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]?

Description

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.

Variable

Parameter

Selection Option

Description

The transformation type

Data Type

Character string type (String)

Range

"BPASs": Band-pass

"LPASs": Low-pass

Preset Value

"BPASs"

Query Response

{BPAS|LPAS}<newline><^END>

Examples

Dim Var as String
Var= "BPASs"
Ena.WriteString ":CALC1:TRAN:TIME " & Var, True
Ena.WriteString ":CALC1:TRAN:TIME?", True
Var=Ena.ReadString

Related Commands

:CALC:TRAN:METH

:CALC:TRAN:TIME:STAT

 

:CALC:TRAN:TIME:STIM

:CALC:TRAN:TIME:IMP:WIDT

:CALC:TRAN:TIME:KBES

:CALC:TRAN:TIME:LPFR

 

:CALC:TRAN:TIME:CENT

:CALC:TRAN:TIME:SPAN

:CALC:TRAN:TIME:STAR

:CALC:TRAN:TIME:STOP

 

:CALC:TRAN:DIST

Equivalent Softkey

Analysis > Transform > Type > Bandpass | Lowpass Step | Lowpass Imp

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.TYPE

SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.TYPE