SCPI Command
CALCulate<Ch>[:SELected]:MARKer:BWIDth <char>
CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence?
Selects the reference for the bandwidth search function: marker or absolute maximum value of the trace. |
---|
command/query |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<char> Choose from:
MARKer |
Bandwidth search relative to the marker |
MAXimum |
Bandwidth search relative to the absolute maximum of the trace |
MINimum |
Bandwidth search relative to the absolute minimum of the trace |
{MAX|MARK|MIN}
MAX
Markers > Math > Bandwidth Search > Search Ref To
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).BWIDth.REFerence
Param = app.SCPI.CALCulate(1).SELected.MARKer.BWIDth.REFerence
app.SCPI.CALCulate(1).SELected.MARKer.BWIDth.REFerence = "marker"
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)