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 |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<char> Specifies the type of the bandwidth:
BPASs |
Bandpass |
NOTCh |
Notch |
{BPAS|NOTC}
BPAS
Markers > Math > Bandwidth Search > Type Search
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).BWIDth.TYPE
Param = app.SCPI.CALCulate(1).SELected.MARKer.BWIDth.TYPE
app.SCPI.CALCulate(1).SELected.MARKer.BWIDth.TYPE = "notc"
String (read/write)
Warning |
Object MARKer has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)