:CALC<Ch>:FILT:TIME

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE] {BPASs|NOTCh}

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE]?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME[:TYPE] {BPASs|NOTCh}

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME[:TYPE]?

Description

This command sets/gets the gate type used for the gating function of the time domain function.

Variable

Parameter

Selection Option

Description

Gate type

Data Type

Character string type (String)

Range

"BPASs": Specifies the band-pass type.

"NOTCh": Specifies the notch type.

Preset Value

"BPASs"

Query Response

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

Examples

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

Related Commands

:CALC:FILT:METH

:CALC:FILT:TIME:STAT

:CALC:FILT:TIME:SHAP

:CALC:FILT:TIME:CENT

:CALC:FILT:TIME:SPAN

:CALC:FILT:TIME:STAR

:CALC:FILT:TIME:STOP

 

Equivalent Softkey

Analysis > Gating > Type

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.TIME.TYPE

SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.TIME.TYPE