Jump to content

Event Connection.AnPopulate: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable""
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<sidebar>Event Contents</sidebar>
{| class="mtx-class-macrotable wikitable"
Sent when auto-populate of analog connections is requested
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" class="mtx-class-macrohead" | '''AnPopulate'''
|-
| colspan="2" | Sent when auto-populate of analog connections is requested&nbsp;
|-
|-
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
| width="90%" | PropName
|-
| colspan="2" | The property to base the other connections on&nbsp;
|-
| width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT
| width="90%" | PropChannel
|-
| colspan="2" | The index of the ADC channel selected in PropName&nbsp;
|-
| width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT
| width="90%" | IncrementStep
|-
| colspan="2" | May update to increment or decrement connections on auto-populate&nbsp;
|-
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
| width="90%" | NameFilter
|-
| 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-u32-icon.png]] - ULONG
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|-
| colspan="2" | Non-zero to claim the event&nbsp;
|}


This event is part of the [[Event class Connection|Connection]] class


__TOC__
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]]


==Parameters==
[[Variable Types|STRING]] ''PropName''
:The property to base the other connections on


[[Variable Types|UINT]] ''PropChannel''
==Detailed description==
:The index of the ADC channel selected in PropName
 
[[Variable Types|INT]] ''IncrementStep''
:May update to increment or decrement connections on auto-populate
:''This parameter is returned back to Flowcode''
 
[[Variable Types|STRING]] ''NameFilter''
:May update for a wildcard filter of property names to auto-populate
:''This parameter is returned back to Flowcode''


==Return value==
[[Variable Types|ULONG]]
Non-zero to claim the event
==Detailed description==
''<span style="color:red;">No additional information</span>''




==Examples==
==Examples==
''<span style="color:red;">No additional examples</span>''

Latest revision as of 14:13, 13 July 2026

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 
- ULONG Return
Non-zero to claim the event 


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples