Jump to content

API Connection: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import API auto-gen
JonnyW (talk | contribs)
XML import
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
wiki page name
<sidebar>API Contents</sidebar>
Analog and digital connections
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===
__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
|}
 
 
==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