.

SqNode.Segment

A SqNodeSegment sub-object of the SqNode object. The SqNodeSegment object represents an I/O segment on the SynqNet I/O node associated with the SqNode object.

Version History

Introduced in MPX 2.0.

Type

Mpx.SqNodeSegment (read only)

Index

 
Index Type Description
Int32 The index of the I/O segment to be accessed.

Common Exceptions

 
Error Occurs when...
Argument When the specified index exceeds SqNode.SegmentCount.

Visual Basic

Syntax

Property Segment As Mpx.SqNodeSegment(index As UInt32)

Sample Code

 
Dim ioNode As Mpx.SqNode = controller.SynqNet(0).Node(0)
Dim analogIoSegment As Mpx.SqNodeSegment = ioNode.Segment(0) 


Sample Application

 

C#

Syntax

Mpx.SqNodeSegment[] Segment;

Sample Code

 
Mpx.SqNodeSegment x = controller.SynqNet[0].Node[0].Segment[0]; 

 

See Also

SegmentCount

SqNodeSegment Object
SqNodeSegment Object Documentation

 

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