Jump to content

Event Connection.AnPopulate: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 30: Line 30:
| width="90%" style="border-top: 2px solid #000;" | ''Return''
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|}
|}
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]]





Revision as of 12:12, 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


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


Detailed description

Examples