Terminator
End condition of an optical path.
Attributes
| Name | Type | Description |
|---|---|---|
optical_length |
float | Terminator optical length in meters, commonly zero or negligible. |
name |
str | Human-readable terminator name. |
container |
Enclosure | None | Optional enclosure housing this terminator. |
termination_type |
str | Termination type, such as open, capped, angled, or mirrored. |
description |
str | Free-text description. |
loss_db |
float | tuple[float, …] | None | One-way transmission loss across this component in dB; multi-wavelength values are equal-length tuples paired with loss_measurement. |
loss_measurement |
OpticalMeasurement | tuple[OpticalMeasurement, …] | None | Measurement record(s) the loss value(s) came from; the record carries the wavelength and instrument settings. |
reflectance_db |
float | tuple[float, …] | None | Return loss (reflectance) of this component in dB, paired with reflectance_measurement. |
reflectance_measurement |
OpticalMeasurement | tuple[OpticalMeasurement, …] | None | Measurement record(s) the reflectance value(s) came from. |
Contains
None.
Contained By
References
- uses Enclosure
Referenced By
None.