Difference between revisions of "API Scope.SetCustom"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import API auto-gen)
Line 1: Line 1:
 
wiki page name
 
wiki page name
==ScopeSetCustom==
+
Sets one of 32 custom analog values for the group
  
Sets one of 32 custom analog values for the group
 
----
 
  
 
===Parameters===
 
===Parameters===
Line 22: Line 20:
  
 
===Examples===
 
===Examples===
====Calling in a calculation:====
+
====Calling in a calculation====
 
* Add to a calculation icon: ::Scope.SetCustom(grouph, channelix, value)
 
* Add to a calculation icon: ::Scope.SetCustom(grouph, channelix, value)

Revision as of 15:34, 10 May 2013

wiki page name Sets one of 32 custom analog values for the group


Parameters

HANDLE GroupH

The group handle that owns the custom channel

ULONG ChannelIx

An index from 0-32 of a custom analog value owned by the group

FLOAT Value

A value to set the channel to, typically 0 to 1

Return value

This call does not return a value

Detailed description

No additional information

Examples

Calling in a calculation

  • Add to a calculation icon: ::Scope.SetCustom(grouph, channelix, value)