Description | Use this enumeration to define the type of real-time communication link (or target cluster’s communication medium) to use when exchanging data between targets. |
---|
Usage | - RtlabApi.OP_UDPIP
- RtlabApi.OP_OHCI
- RtlabApi.OP_GIGANET
- RtlabApi.OP_SCI
- RtlabApi.OP_INFINIBAND
|
---|
Elements | - OP_UDPIP (1): UDP/IP: All platforms.
- OP_OHCI (2): OHCI: Not supported in RT-LAB 11.0.
- OP_GIGANET (3): Giganet: Not supported in RT-LAB 11.0.
- OP_SCI (4): Dolphin: Only on OPAL-RT Linux RTLinux (x86-based).
- OP_INFINIBAND (5): Infiniband: Not supported in RT-LAB 11.0
|
---|
Examples | None |
---|
Related Items | OP_ATTRIBUTE |
---|
Modules | import RtlabApi |
---|