Command/Query
: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]?
This command sets/gets the gate type used for the gating function of the time domain function.
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" |
{BPAS|NOTC}<newline><^END>
Dim Var as String
Var= "BPASs"
Ena.WriteString ":CALC1:FILT:TIME " & Var, True
Ena.WriteString ":CALC1:FILT:TIME?", True
Var=Ena.ReadString
Analysis > Gating > Type
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.TIME.TYPE
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.TIME.TYPE