Splice

Fused or mechanical splice between optical fiber segments.

Attributes

Name Type Description
optical_length float Splice optical length in meters, commonly zero or negligible.
name str Human-readable splice name.
container Enclosure | None Optional enclosure housing this splice.
splice_type str Splice type, such as fusion or mechanical.
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.