API Scope
From Flowcode Help
Jump to navigationJump to search<sidebar>API contents</sidebar> Data scope additions
Contents
Functions provided for this class
| AddGroup | Adds a group to the scope to which streams may be added |
| AddStream | Adds a stream to the given group suitable for inputs and operations |
| AddPort | Adds an input to the stream from a port |
| AddAnalog | Adds an input to the stream from an analog channel |
| AddCustom | Adds an input to the stream from a custom injection |
| AddOp | Adds an operation to act on the inputs of the stream |
| SetCustom | Sets one of 32 custom analog values for the group |
Constants provided for this class
| Type | Name | Value |
|---|---|---|
| LONG | Op_Bound | 1 |
| LONG | Op_Scale | 2 |
| LONG | Op_Xor | 3 |
| LONG | Op_AndNot | 4 |
| LONG | Op_And | 5 |
| LONG | Op_Orr | 6 |
| LONG | Op_Not | 7 |
| LONG | Op_Add | 8 |
| LONG | Op_Sub | 9 |
| LONG | Op_Mul | 10 |
| LONG | Op_Div | 11 |
| LONG | Op_Pow | 12 |
| LONG | Op_Neg | 13 |
| LONG | Op_Recip | 14 |
| LONG | Op_Sqrt | 15 |
| LONG | Op_Ln | 16 |
| LONG | Op_Ln2 | 17 |
| LONG | Op_Cos | 18 |
| LONG | Op_Sin | 19 |
| LONG | Op_Tan | 20 |
| LONG | Op_Int | 21 |
Examples
No additional information
See also
No additional information