FPGAChannel.Representation Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Gets the data type of the FPGA channel as it is represented in the DMA packet.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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:
| Value | Data 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 |