Trigger Burst
Expand one trigger into N repeats
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
|---|---|
In | trigger |
Count | int |
Interval | float |
Output ports
| Port ID | Type |
|---|---|
Out | trigger |
Scriptable members
| Path | Type |
|---|---|
countInput | int |
intervalInput | float |
currentCount | int |
currentInterval | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "TriggerBurst" })