⚡ Get Pulse Status

A data-output node that retrieves the current active/inactive status of a specific Named Pulse Engine instance.
📥 Inputs
| Port | Type | Description |
|---|---|---|
| Engine Name | string | The unique identifier of the engine to query. |
📤 Outputs
| Port | Type | Description |
|---|---|---|
| Is Active | bool | Returns True if the engine is currently pulsing, False if it is stopped. |
💡 Implementation Note
This node is a Pure Data node, meaning it can be queried at any point in your graph without requiring a control-flow connection. It is best used for conditional branching (e.g., “Only play this UI animation if the Heartbeat pulse is active”).