Difference between revisions of "API Connection"

From Flowcode Help
Jump to navigationJump to search
(XML import API auto-gen)
(XML import)
Line 2: Line 2:
 
Analog and digital connections
 
Analog and digital connections
  
===Functions provided for this class===
+
==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|}
+
{|
 +
|-
 +
|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
 +
|}
  
===Examples===
+
 
 +
==Examples==
 +
''No examples available''

Revision as of 17:03, 11 May 2013

<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 examples available