|
Boonton55xxx IVI Driver Reference
|
|
|
IBoonton55xxxChannelMeasurements Interface
|
|
See Also
|
|
The Measurements interface provides access to CW, waveform, and automatic measurements.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public Interface IBoonton55xxxChannelMeasurements
|
C#
|
public interface IBoonton55xxxChannelMeasurements
|
Visual C++
|
__interface IBoonton55xxxChannelMeasurements
|
Properties
|
Name
|
Description
|
|
AutoMeasurements
|
Provides access to pulsed signal automatic measurements.
|
|
TimePerPoint
|
Time spacing for each waveform point in seconds.
|
Top
Methods
|
Name
|
Description
|
|
FetchCWPower
|
Returns the current CW power.
|
|
FetchExtendedWaveform
|
When capture priority is enabled, returns up to 100000 points of trace data based on the current timebase starting at the current trigger delay point.
|
|
FetchWaveform
|
Returns a previously acquired waveform for this channel. The acquisition must be made prior to calling this method. Call this method separately for each channel.
|
|
FetchWaveformMinMax
|
Returns the previously acquired minimum and maximum waveforms for this specified channel. The acquisition must be made prior to calling this method. Call this method separately for each channel.
|
|
MeasurePower
|
Return average power using a default instrument configuration in Modulated Mode and dBm units. Instrument remains stopped in Modulated Mode after a measurement.
|
|
MeasureVoltage
|
Return average voltage using a default instrument configuration in Modulated Mode and volts units. Instrument remains stopped in Modulated Mode after a measurement.
|
|
ReadCWPower
|
Initiates an CW power acquisition and returns the result.
|
|
ReadWaveform
|
Initiates an acquisition on all enabled channels, waits (up to MaxTime) for the acquisition to complete, and returns the waveform for this channel. Call FetchWaveform to obtain the waveforms for other channels.
|
|
ReadWaveformMinMax
|
Initiates an acquisition on all enabled channels, waits (up to MaxTime) for the acquisition to complete, and returns the min/max waveforms for this channel. Call FetchMinMaxWaveform to obtain the min/max waveforms for other channels.
|
Top
See Also
Reference
Boonton.Boonton55xxx.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|