.

SqNode.FpgaBranchVersion

A 32-bit value that identifies the branch from an existing version (MajorMinor) or from another Branch.

The upper 16 bits represent the SynqNet network interface branch revision, also known as the SqMac Branch Version.

The lower 16 bits represent the device branch revision. Also known as the Node Branch Version.

Typically, FpgaBranchVersion is displayed in hexadecimal format.

Version History

Introduced in MPX 2.0.

Type

UInt32 (read only)

Visual Basic

Syntax

Property FpgaBranchVersion As UInt32

Sample Code

 
Dim x As UInt32 = controller.SynqNet(0).Node(0).FpgaBranchVersion 


Sample Application

 

C#

Syntax

uint FpgaBranchVersion;

Sample Code

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

 

See Also

FpgaId
FpgaLoadFromFile

 

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