:CALC<Ch>:FILT:METH

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:METHod {TIME|DISTance}

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:METHod?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:METHod {TIME|DISTance}

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

Description

This command sets/gets the horizontal axis of the gating function either time or distance.

When this is set at time, use :CALC:FILT:TIME:xxxx.

When this is set at distance, use :CALC:FILT:DIST:xxxx.

Variable

Parameter

Selection Option

Description

The horizontal axis of the gating function

Data Type

Character string type (String)

Range

"TIME": Specifies the time.

"DISTance": Specifies the distance.

Preset Value

"TIME"

Query Response

{TIME|DIST}<newline><^END>

Examples

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

Related Commands

:CALC:FILT:DIST:STAT

:CALC:FILT:DIST:UNIT

:CALC:FILT:TIME:STAT

Equivalent Softkey

Analysis > Gating > Unit > Seconds | Meters | Feet | Inches

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.METHOD

SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.METHOD