save_checkpoint
Capture simulation state for later restoration, enabling you to resume from saved checkpoints without restarting from time zero.
Instructions
Save a simulation checkpoint for later restoration.
Checkpoints capture the complete simulator state. Use restore_checkpoint to return to this point without re-simulating from time 0.
Args: name: Checkpoint name (alphanumeric, e.g. "chk_10ms"). Auto-generated if empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |