SCPI Command
CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE] <char>
CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE]?
Or
CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME[:TYPE] <char>
CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME[:TYPE]?
Sets or reads out the gate type of the gating function. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<char> Specifies the gate type:
BPASs |
Bandpass type |
NOTCh |
Notch type |
{BPAS|NOTC}
BPAS
Analysis > Gating > Type
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.TYPE
note |
This command is similar to CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE] only. |
Param = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.TYPE
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.TYPE = "bpas"
String (read/write)
Back to CALCulate
Back to Command Finder