VeriStand .NET API Reference

Table of Contents

WaveformDataWatcherDBL Constructor (IWaveformStreaming, WaveformStreamSpecification[])

Initializes a new instance of the WaveformDataWatcherDBL class with the specified waveform stream specifications

Namespace: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	streamInterface As IWaveformStreaming, _
	waveformStreamSpecifications As WaveformStreamSpecification() _
)
C#
public WaveformDataWatcherDBL(
	IWaveformStreaming streamInterface,
	WaveformStreamSpecification[] waveformStreamSpecifications
)
Visual C++
public:
WaveformDataWatcherDBL(
	IWaveformStreaming^ streamInterface, 
	array<WaveformStreamSpecification^>^ waveformStreamSpecifications
)

Parameters

streamInterface
Type: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.IWaveformStreaming
Instance of the interface with which to register the waveform data event
waveformStreamSpecifications
Type: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.WaveformStreamSpecification
Waveform Stream Specifications this watcher returns data for.

See Also

Log in to get a better experience