|
  
Function:
Output high value if Boolean input is TRUE,
low value if input is FALSE.
Inputs:
Bool In Connection from a Bool output
Lo Val Value to be output when Bool In
is FALSE
Hi Val Value to be output when Bool In
is TRUE
Outputs:
Voltage Out or Float Out The value of Hi Val
if Bool In
is TRUE; the value of Lo Val
if Bool In
is FALSE
Notes:
DH_BoolToFloat supports 2-way
flow, i.e., it will propagate changes either left to right or right to left.
|