VeriStand .NET API Reference

LINPort Properties

The LINPort type exposes the following members.

NameDescription
BaseNodeType Gets a reference to the internal representation of this node. (Inherited from BaseNode.)
BaudRate Gets or sets the baud rate that all cluster nodes use.
ClusterName Gets or sets the name of the cluster in LinkedDatabase that is associated with the LINPort.
Description Gets or sets the description of this node. (Inherited from BaseNode.)
Echo Gets or sets whether sessions contain frames that the interface transmits. If true (True in Visual Basic), when frame transmission is complete for an output (outgoing) session, the frame is echoed to the input (incoming) session.
IncomingRate Gets or sets the processing rate for outgoing frames in hertz.
InlineIncoming Gets or sets whether to process incoming frames inline with the VeriStand Engine's Primary Control Loop (PCL). By default, NI VeriStand runs incoming and outgoing frame sessions asynchronously, or in a parallel loop to the PCL.
InlineOutgoing Gets or sets whether to process outgoing frames inline with the VeriStand Engine's Primary Control Loop (PCL). By default, NI VeriStand runs incoming and outgoing frame sessions asynchronously, or in a parallel loop to the PCL.
InputStreamQueueSize Gets or sets the queue size for the input stream. For signal I/O sessions, this is the number of signal values stored. For frame I/O sessions, this is the number of bytes of frame data stored.
IsMaster Gets or sets whether the port is the master for the network. A LIN network always consists of one master and several slaves. The master transmits the schedule for frame headers, which are remote requests for specific frame IDs.
LinkedDatabase Gets or sets the XNET database associated with the LINPort.
LINSchedules Gets or sets the names of all the available LIN schedules.
Name Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.)
NodeID Gets the ID of this node. (Inherited from BaseNode.)
NodePath Gets the path to the node within the system definition file. (Inherited from BaseNode.)
OutgoingRate Gets or sets the processing rate for outgoing frames in hertz.
PortNumber Gets or sets the physical address of the LIN port.
Termination Gets or sets the onboard XNETTermination. You can select Off (disabled) and On (enabled).
TypeGUID Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.)

See Also

Log in to get a better experience