Difference between revisions of "API Scope"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 1: Line 1:
 
<sidebar>API contents</sidebar>
 
<sidebar>API contents</sidebar>
 
Data scope additions
 
Data scope additions
 +
 +
__TOC__
  
 
==Functions provided for this class==
 
==Functions provided for this class==
Line 97: Line 99:
 
==Examples==
 
==Examples==
 
''No examples available''
 
''No examples available''
 +
 +
==See also==

Revision as of 21:23, 11 May 2013

<sidebar>API contents</sidebar> Data scope additions

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

LONG 1
LONG 2
LONG 3
LONG 4
LONG 5
LONG 6
LONG 7
LONG 8
LONG 9
LONG 10
LONG 11
LONG 12
LONG 13
LONG 14
LONG 15
LONG 16
LONG 17
LONG 18
LONG 19
LONG 20
LONG 21


Examples

No examples available

See also