.

SqNode.FpgaId

FpgaId is an unsigned 32 bit value that identifies the FPGA image. The upper 16 bits represent the manufacturer of the SynqNet node network interface device. Each manufacturer has a unique value. The lower 16 bits represent the SynqNet node network interface component. Each FPGA for a particular vendor has a unique FpgaId value. Typically, FpgaId is displayed in hexadecimal format.

Version History

Introduced in MPX 2.0.

Type

UInt32 (read only)

Visual Basic

Syntax

Property FpgaId As UInt32

Sample Code

 
Dim fpgaId As UInt32 = controller.SynqNet(0).Node(0).FpgaId 


Sample Application

 

C#

Syntax

uint FpgaId;

Sample Code

 
uint x = controller.SynqNet[0].Node[0].FpgaId; 

 

See Also

FpgaBranchVersion
FpgaLoadFromFile

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering