SCPI Command
CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SHAPe <char>
CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SHAPe?
Or
CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:SHAPe <char>
CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:SHAPe?
Sets or reads out the gate shape 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 shape:
MAXimum |
Maximum shape |
WIDE |
Wide shape |
NORMal |
Normal shape |
MINimum |
Minimum shape |
{MAX|WIDE|NORM|MIN}
NORM
Analysis > Gating > Shape > {Maximum | Wide | Normal | Minimum}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SHAPe
note |
This command is similar to CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SHAPe only. |
Param = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SHAPe
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SHAPe = "MAX"
String (read/write)
Back to CALCulate
Back to Command Finder