RawDataBasedFrame.CreateRawDataBasedChannel Method
- Updated2023-02-21
- 2 minute(s) read
Creates a RawDataBasedChannel under the frame.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.