Difference between revisions of "API Connection"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
wiki page name
+
<sidebar>API Contents</sidebar>
==Connection==
+
Analog and digital connections
 +
 
 +
 
 +
__TOC__
 +
 
 +
==Functions provided for this class==
 +
{|
 +
|-
 +
|width="35%"|[[API Connection.GetPort|GetPort]]
 +
|Gets a ports value from its index
 +
|-
 +
|width="35%"|[[API Connection.SetPort|SetPort]]
 +
|Sets a ports value from its index
 +
|-
 +
|width="35%"|[[API Connection.GetAn|GetAn]]
 +
|Gets an analog value from its channel index
 +
|-
 +
|width="35%"|[[API Connection.SetAn|SetAn]]
 +
|Sets an analog value from its index, range 0->1
 +
|}
  
Analog and digital connections
 
----
 
===Functions provided for this class===
 
{||-|[[API Connection.GetPort|GetPort]]|Gets a ports value from its index|-|[[API Connection.SetPort|SetPort]]|Sets a ports value from its index|-|[[API Connection.GetAn|GetAn]]|Gets an analog value from its channel index|-|[[API Connection.SetAn|SetAn]]|Sets an analog value from its index, range 0->1|}
 
  
===Examples===
+
==Examples==
 +
''<span style="color:red;">No additional examples</span>''
 +
 
 +
==See also==
 +
''<span style="color:red;">No additional information</span>''

Latest revision as of 15:57, 16 January 2014

<sidebar>API Contents</sidebar> Analog and digital connections


Functions provided for this class

GetPort Gets a ports value from its index
SetPort Sets a ports value from its index
GetAn Gets an analog value from its channel index
SetAn Sets an analog value from its index, range 0->1


Examples

No additional examples

See also

No additional information