Interactive components
Name | Description |
---|---|
RadioButtonSource | Boolean signal source that mimis a radio button |
TrigButton | Button that sets its output y to true when pressing starts and otherwise sets its output to false |
PressButton | Button that sets its output y to true when pressed down and changed to false when button is released |
ToggleButton | Button that sets its value to the opposite of its previous value when pressed down and then keeps this value until pressed anew |