:CALC<Ch>:FILT:TIME:SHAP

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SHAPe {MAXimum|WIDE|NORMal|MINimum}

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

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:SHAPe {MAXimum|WIDE|NORMal|MINimum}

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

Description

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

Variable

Parameter

Selection Option

Description

The filter shape of the gate

Data Type

Character string type (String)

Range

"MAXimum": Maximum shape.

"WIDE": Wide shape.

"NORMal":Normal shape.

"MINimum": Minimum shape.

Preset Value

NORMal

Query Response

{MAX|WIDE|NORM|MIN}<newline><^END>

Examples

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

Related Commands

:CALC:FILT:METH

:CALC:FILT:TIME:STAT

 

:CALC:FILT:TIME

 

:CALC:FILT:TIME:CENT

:CALC:FILT:TIME:SPAN

:CALC:FILT:TIME:STAR

:CALC:FILT:TIME:STOP

Equivalent Softkey

Analysis > Gating > Shape

COM Command Syntax (Internal Control Only)

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

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