wait_until_time
Advance the simulation to a specified UTC time by polling every 0.1 seconds until the target moment is reached, enabling precise synchronization of ground station operations.
Instructions
Wait until the simulation reaches a specific UTC time. Polls the simulation every 0.1 seconds until the target time is reached.
Args: target_time_iso: Target UTC time in ISO format (e.g., "2025-09-15T17:30:00Z")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_time_iso | Yes |