SCPI Command
CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence <char>
CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:BWIDth:REFerence <char>
CALCulate<Ch>:TRACe<Tr>:MARKer:BWIDth:REFerence?
Selects the reference for the bandwidth search function: reference marker or absolute maximum value of the trace. |
---|
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> Choose from:
MARKer |
Bandwidth search relative to the reference 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(1).BWIDth.REFerence
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence only. |
Param = app.SCPI.CALCulate(Ch).SELected.MARKer.BWIDth.REFerence
app.SCPI.CALCulate(Ch).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