(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.
(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
(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
(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)
(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.