OpticalPath
Continuous optical path described by independent component, geometry, coupling, and annotation tracks.
Aliases: Path
Attributes
| Name | Type | Description |
|---|---|---|
name |
str | Human-readable optical path name. |
start_time |
datetime64 | Start time for which this metadata item is valid. |
end_time |
datetime64 | End time for which this metadata item is valid. |
optical_components |
tuple[OpticalComponent, …] | Ordered optical components on this path. |
geometries |
tuple[Geometry, …] | Ordered geometries on this path. |
coupling_conditions |
tuple[CouplingCondition, …] | Ordered coupling conditions on this path. |
annotations |
tuple[OpticalPathAnnotation, …] | Ordered optical path annotations. |
otdr_traces |
tuple[ExternalResource, …] | References to OTDR traces for this optical path. |
optical_length |
float | Computed total optical length from optical_components. |
Contains
Contained By
References
Referenced By
None.