Connector

Joined optical interface between components.

Attributes

Name Type Description
optical_length float Connector optical length in meters, commonly zero or negligible.
name str Human-readable connector name.
container Enclosure | None Optional enclosure housing this connector.
connector_type str Connector type, such as E2000, LC, SC, FC, or APC.
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

Referenced By

None.