Vision™ MX280001A Spectrum Monitoring Application Programming Interface : Vision API Reference : Monitor Class
 
Monitor Class
Monitor.Database()
(Read Only) Returns path to the currently loaded database in Vision Monitor
VB
Public ReadOnly Property Database() As String
C#
public string Database {get;}
C++
public string Database {get;}
Monitor.TraceData()
(Read Only) Returns the current trace data displayed in the Vision Monitor Trace window. The return value is a string of amplitude values, delimited by commas.
VB
Public ReadOnly Property TraceData() As String
C#
public string TraceData {get;}
C++
public string TraceData {get;}
Monitor.TraceStartFrequency()
(Read Only) Returns the start frequency of the data displayed in the Vision Monitor Trace window. The return value will contain units (i.e. kHz, MHz, GHz)
VB
Public ReadOnly Property StartFrequency() As String
C#
public string StartFrequency {get; set;}
C++
public string StartFrequency {get; set;}
Monitor.TraceStopFrquency()
(Read Only) Returns the stop frequency of the data displayed in the Vision Monitor Trace window. The return value will contain units (i.e. kHz, MHz, GHz)
VB
ReadOnly Public Property StopFrequency() As String
C#
public string StopFrequency {get; set;}
C++
public string StopFrequency {get; set;}
Monitor.TraceRBW()
(Read Only) Returns the resolution bandwidth used for the data displayed in the Vision Monitor Trace window. The return value will contain units (i.e. kHz, MHz)
VB
ReadOnly Public Property TraceRBW() As String
C#
public string TraceRBW {get; set;}
C++
public string TraceRBW {get; set;}
Monitor.TraceMarker()
(Read Only) Returns the text displayed for the current marker. If no marker is set, returns an empty string. This is the line at the lower-left hand of the Trace Display shown when a marker is active. It will include frequency and power at the marker position, and also frequency and power at the delta marker position if available. If the Marker mode is Channel Power, then the marker holds the center frequency, channel power and peak power of the selected channel.