VeriStand .NET API Reference

EventTriggered.AddRawDataBasedFrame Method

Adds the specified raw signal format frame to the Event Triggered section.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddRawDataBasedFrame ( _
	rawDataBasedFrame As RawDataBasedFrame _
) As Boolean
C#
public bool AddRawDataBasedFrame(
	RawDataBasedFrame rawDataBasedFrame
)
Visual C++
public:
bool AddRawDataBasedFrame(
	RawDataBasedFrame^ rawDataBasedFrame
)

Parameters

rawDataBasedFrame
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.RawDataBasedFrame
Specifies the raw signal format frame to add.

Return Value

true (True in Visual Basic) if the frame was added successfully.

See Also

Log in to get a better experience