Returns one of two specified values depending on a Boolean value.
If selector is TRUE, this node returns the value wired to true case. If selector is FALSE, this node returns the value wired to false case.
true case
Value that this node returns if selector passes a TRUE value.
true case and false case must be of the same type, but they can have different numeric representations.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to a signed integer.
This change allows LabVIEW to know the size of the input at compile time.
selector
A Boolean that determines whether this node returns true case or false case for output.
TRUE |
This node returns true case for output. |
FALSE |
This node returns false case for output. |
If you wire an error cluster to selector and an error occurs, the error cluster passes a TRUE value to the node. Otherwise, the error cluster passes a FALSE value to the node.
false case
Value that this node returns if selector passes a FALSE value.
true case and false case must be of the same type, but they can have different numeric representations.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this input changes to a signed integer.
This change allows LabVIEW to know the size of the input at compile time.
output
The value wired to true case if selector is TRUE. output is the value wired to false case if selector is FALSE.
Data Type Changes on FPGA
When you use this node on the FPGA or simulated FPGA, the data type for this output changes to a signed integer.
This change allows LabVIEW to know the size of the output at compile time.
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices (only within an FPGA Algorithm)