Command/Query
: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?
This command sets/gets the shape of the gate used for the gating function of the time domain function.
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 |
{MAX|WIDE|NORM|MIN}<newline><^END>
Dim Var as String
Var= "MAXimum"
Ena.WriteString ":CALC1:FILT:TIME:SHAP " & Var, True
Ena.WriteString ":CALC1:FILT:TIME:SHAP?", True
Var=Ena.ReadString
Analysis > Gating > Shape
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.TIME.SHAPE
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.TIME.SHAPE