Tutorial — Network, routing & latency¶
Goal: declare a connectivity mesh, find multi-hop strands, and estimate acquisition-to-delivery delay.
Dependency chain¶
flowchart LR
Cov["Coverage"] --> Lat["Latency"]
CN["Connection Network"] --> Route["Routing"]
CN --> Lat
Steps¶
1. Build the mission¶
- Spacecraft or Walker constellation.
- One or more facilities (gateways).
- Optional: Coverage (Discrete is natural for latency traffic).
- Apply + refresh.
2. Connection Network¶
- Add a Connection Network (own plan pool).
- Declare edges, e.g. constellation aggregate → facility, and optional ISL edges.
- Set sampling step; Run Analysis.
- Confirm edge access windows / scene lines.
Figure placeholder
Connection Network edge list
Save as
Save as
docs/resources/images/tutorials/connection-network.png
3. Routing¶
- Add Routing Study; select the network.
- Choose source and target endpoints (pick concrete members if aggregates).
- Set max hops; Run.
- In Reporting, open strand tables / Gantt templates.
4. Latency¶
- Add Latency Analysis.
- Point it at the Coverage product and the Connection Network (per editor fields).
- Configure payload / traffic model.
- Run and generate latency ReportGraph products.
Checkpoint¶
- CN: non-empty edge windows
- Routing: at least one strand (or a clear reason for none — hops / missing edges)
- Latency: delivery statistics after Coverage + CN succeed