SCPI Command
CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence <char>
CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence?
Selects the reference for the bandwidth search function: marker or absolute maximum/minimum value of the trace. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<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 > Marker Math > Bandwidth Search > Search Ref To
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.REFerence
Param = app.SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.REFerence
app.SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.REFerence = "marker"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)