API Scope.SetCustom: Difference between revisions
Appearance
XML import |
XML import |
||
| Line 3: | Line 3: | ||
<div style="width:25%; float:right" class="toc"> | <div style="width:25%; float:right" class="toc"> | ||
===Class hierarchy=== | ===Class hierarchy===[[API |API ]] | ||
:Scope | :[[API Scope|Scope]] | ||
::SetCustom | ::SetCustom | ||
</div> | </div> | ||
Revision as of 21:18, 11 May 2013
<sidebar>API contents</sidebar> 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)