FlexRayPort Properties
- 更新时间2023-02-21
- 阅读时长4分钟
The FlexRayPort type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 FlexRayPort. | |
| 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. | |
| EnableColdStart | Gets or sets whether the FlexRay interface operates as a cold-start node on the cluster. | |
| 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. | |
| KeySlot | Gets or sets the FlexRay slot number from which the XNET FlexRay interface transmits a startup frame during the process of integration with other cluster nodes. | |
| LinkedDatabase | Gets or sets the XNET database associated with the FlexRayPort. | |
| 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 FlexRay port. | |
| Termination | Gets or sets the onboard XNETTermination. This setting applies to both FlexRay communication channels (A and B) on each FlexRay interface. | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) |