And Const: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(add Example Flowgraph) |
||
Line 9: | Line 9: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph shows the And Const block to invert a square wave signal. | |||
[[File:And_Const_fg.png|800px]] | |||
== Source Files == | == Source Files == |
Latest revision as of 14:26, 29 October 2019
Bitwise boolean AND of constant with the data stream.
Parameters
(R): Run-time adjustable
- Constant (R)
- Constant that acts as the other side of the AND. Should be 0 or 1.
Example Flowgraph
This flowgraph shows the And Const block to invert a square wave signal.