VeriStand .NET API Reference

StreamNOfMSeconds Class

Specifies a waveform streaming condition that is true during the first N seconds of waveform data after the waveform starts and true again for N seconds after M total seconds have elapsed.

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)
<SerializableAttribute> _
Public Class StreamNOfMSeconds _
	Inherits WaveformStreamCondition _
	Implements IEquatable(Of StreamNOfMSeconds)
C#
[SerializableAttribute]
public class StreamNOfMSeconds : WaveformStreamCondition, 
	IEquatable<StreamNOfMSeconds>
Visual C++
[SerializableAttribute]
public ref class StreamNOfMSeconds : public WaveformStreamCondition, 
	IEquatable<StreamNOfMSeconds^>

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.WaveformStreamCondition
        NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.StreamNOfMSeconds

See Also

Log in to get a better experience