VeriStand .NET API Reference

CANPort Properties

The CANPort type exposes the following members.

NameDescription
AFPBinaryFile Gets the binary (.ini) file used for automatic frame processing.
AFPGlobalData Gets the global data used for automatic frame processing.
AFPINIFile Gets the name of the AFPBinaryFile used for automatic frame processing.
BaseNodeType Gets a reference to the internal representation of this node. (Inherited from BaseNode.)
BaudRate Gets or sets the baud rate of the CAN port.
CANBusOff Gets or sets whether the CAN bus is recovered if it switches off due to a physical fault on the bus.
CANBusOffRate Gets or sets the bit rate at which to check the state of the CAN bus (active or off).
ClusterName Gets or sets the name of the cluster in LinkedDatabase that is associated with the CANPort.
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 incoming 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.
LinkedDatabase Gets or sets the XNET database associated with the CANPort.
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 CAN port.
Termination Gets or sets the onboard XNETTermination.
TransceiverType Gets or sets the CANTransceiverType for the port. Transceivers can be high-speed (HS), low-speed (LS), or single wire (SW).
TransmitOrderType Gets or sets the CANTransmitOrderType for the port. You can transmit frames to the CAN bus AsSubmitted or ByIdentifier.
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