OpticalReturnLoss

Leafs

class OpticalAmplifier.Amplifiers.Amplifier.State.OpticalReturnLoss

Bases: Entity

Class Hierarchy: OpticalAmplifier Amplifiers Amplifier State OpticalReturnLoss

This class represents state data.

The optical return loss (ORL) is the ratio of the light

reflected back into the port to the light launched out of

the port. ORL is in units of 0.01dBm. If avg/min/max

statistics are not supported, just supply the instant value

instant

The instantaneous value of the statistic

type: Decimal64

range: -92233720368547758.08..92233720368547758.07

config: False

units: dBm

avg

The arithmetic mean value of the statistic over the time interval

type: Decimal64

range: -92233720368547758.08..92233720368547758.07

config: False

units: dBm

min

The minimum value of the statistic over the time interval

type: Decimal64

range: -92233720368547758.08..92233720368547758.07

config: False

units: dBm

max

The maximum value of the statistic over the time interval

type: Decimal64

range: -92233720368547758.08..92233720368547758.07

config: False

units: dBm

interval

If supported by the system, this reports the time interval over which the min/max/average statistics are computed by the system

type: int

range: 0..18446744073709551615

config: False

min_time

The absolute time at which the minimum value occurred. The value is the timestamp in nanoseconds relative to the Unix Epoch (Jan 1, 1970 00:00:00 UTC)

type: int

range: 0..18446744073709551615

config: False

max_time

The absolute time at which the maximum value occurred. The value is the timestamp in nanoseconds relative to the Unix Epoch (Jan 1, 1970 00:00:00 UTC)

type: int

range: 0..18446744073709551615

config: False