SCPI Command
CALCulate<Ch>[:SELected]:MARKer:BWIDth:TYPE <char>
CALCulate<Ch>[:SELected]:MARKer:BWIDth:TYPE?
Sets the type of the bandwidth search function. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> specifies the type of the bandwidth:
BPASs |
Bandpass |
NOTCh |
Notch |
{BPAS|NOTC}
BPAS
Markers > Marker Math > Bandwidth Search > Type
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.TYPE
Param = app.SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.TYPE
app.SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.TYPE = "notc"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)