Jump to content

Event Connection.AnPopulate: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import
No edit summary
Line 1: Line 1:
<sidebar>Event Contents</sidebar>
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
Sent when auto-populate of analog connections is requested
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
This event is part of the [[Event class Connection|Connection]] class
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AnPopulate'''
 
|-
__TOC__
| colspan="2" | Sent when auto-populate of analog connections is requested&nbsp;
 
|-
==Parameters==
|-
[[Variable Types|STRING]] ''PropName''
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
:The property to base the other connections on
| width="90%" | PropName
 
|-
[[Variable Types|UINT]] ''PropChannel''
| colspan="2" | The property to base the other connections on&nbsp;
:The index of the ADC channel selected in PropName
|-
 
| width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT
[[Variable Types|INT]] ''IncrementStep''
| width="90%" | PropChannel
:May update to increment or decrement connections on auto-populate
|-
:''This parameter is returned back to Flowcode''
| colspan="2" | The index of the ADC channel selected in PropName&nbsp;
 
|-
[[Variable Types|STRING]] ''NameFilter''
| width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT
:May update for a wildcard filter of property names to auto-populate
| width="90%" | IncrementStep
:''This parameter is returned back to Flowcode''
|-
 
| colspan="2" | May update to increment or decrement connections on auto-populate&nbsp;
 
|-
==Return value==
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
[[Variable Types|ULONG]]
| width="90%" | NameFilter
Non-zero to claim the event
|-
| colspan="2" | May update for a wildcard filter of property names to auto-populate&nbsp;
|-
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - Non-zero to claim the event
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|}





Revision as of 11:42, 16 January 2023

AnPopulate
Sent when auto-populate of analog connections is requested 
- STRING PropName
The property to base the other connections on 
- UINT PropChannel
The index of the ADC channel selected in PropName 
- INT IncrementStep
May update to increment or decrement connections on auto-populate 
- STRING NameFilter
May update for a wildcard filter of property names to auto-populate 
- Non-zero to claim the event Return


Detailed description

No additional information


Examples

No additional examples