interval = linkIntervals(lnk)
returns a table of intervals during which the link between the first node and last node in
each link object input vector is closed.
Note
This calculation uses the standard free‑space path loss model (FSPL) when computing
received power.
Intervals during which the link is closed, returned as a table.
Each row of the table denotes a specific interval, and the columns of the table are
named as Source, Target,
IntervalNumber, StartTime,
EndTime, Duration (in seconds),
StartOrbit, and EndOrbit. Both
StartTime and EndTime are expressed in UTC.
Source and Target are the names of the first and
last node, respectively, which define the link analysis.
If Source is directly or indirectly attached to a
satellite, then StartOrbit and EndOrbit
correspond to the satellite associated with Source.
If Target is directly or indirectly attached to a
satellite, then StartOrbit and EndOrbit
correspond to the satellite associated with Target. Otherwise,
StartOrbit and EndOrbit are
NaN because they are associated with ground stations.
Note
When the AutoSimulate property of satellite scenario is true, the
link intervals between StartTime and StopTime are returned. When the property is false, the link
intervals between StartTime and SimulationTime are returned.