VeriStand .NET API Reference

FPGAChannel.Representation Property

Gets the data type of the FPGA channel as it is represented in the DMA packet.

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 Overridable ReadOnly Property Representation As UInteger
C#
public virtual uint Representation { get; }
Visual C++
public:
virtual property unsigned int Representation {
	unsigned int get ();
}

Property Value

The data type of the FPGA channel.

Remarks

This property can return the following values:

ValueData Type
0 Boolean
1 U8
2 I8
3 U16
4 I16
5 U32
6 I32
7 U64
8 I64
9 FXPU32
10 FXPI32
11 FXPU64
12 FXPI64
13 PWM
14 Void
15 Invalid

See Also

Log in to get a better experience