VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

RawDataBasedFrame.CreateRawDataBasedChannel Method

Creates a RawDataBasedChannel under the frame.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Function CreateRawDataBasedChannel ( _
	StartBit As UInteger, _
	NumberOfBits As UInteger, _
	<OutAttribute> ByRef RawDataBasedChannel As RawDataBasedChannel _
) As Boolean
C#
public bool CreateRawDataBasedChannel(
	uint StartBit,
	uint NumberOfBits,
	out RawDataBasedChannel RawDataBasedChannel
)
Visual C++
public:
bool CreateRawDataBasedChannel(
	unsigned int StartBit, 
	unsigned int NumberOfBits, 
	[OutAttribute] RawDataBasedChannel^% RawDataBasedChannel
)

Parameters

StartBit
Type: System.UInt32
The start bit, or the least significant signal bit position in the frame payload. This value determines the signal starting point in the frame.
NumberOfBits
Type: System.UInt32
The number of bits the signal uses in the frame payload. You can specify a value between 1 and 52.
RawDataBasedChannel
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.RawDataBasedChannel %
Upon return, contains a reference to the RawDataBasedChannel.

Return Value

true (True in Visual Basic) if the channel is created.

See Also

Was this information helpful?