niFlexRIO_RouteSignal
- Updated2024-02-20
- 1 minute(s) read
niFlexRIO_RouteSignal
FlexRIO_Status niFlexRIO_RouteSignal(NiFpga_Session session, const char* source, const char* destination, FlexRIO_RouteTicket* routeTicket);
Purpose
Routes a signal from a specified source to a specified destination and produces a route ticket that identifies the route.
Parameters
Input | ||
Name | Type | Description |
session | NiFpga_Session | Specifies the reference to the currently open NiFpga session. |
source | const char* | Specifies the source of the signal to route. |
destination | const char* | Specifies the destination to which to route the signal. |
Output | ||
Name | Type | Description |
routeTicket | FlexRIO_RouteTicket* | Identifies a signal route. |
Return Value
Name | Type | Description | ||||||||
returnValue | FlexRIO_Status | Reports the status of this operation. To obtain a text description of the status code, call niFlexRIO_GetError. The general meaning of the status code is as follows:
|