SecondOrderPolarizationModeDispersion¶
Leafs
-
class
Components.Component.OpticalChannel.State.
SecondOrderPolarizationModeDispersion
¶ Bases:
Entity
Class Hierarchy:
Components
Component
OpticalChannel
State
SecondOrderPolarizationModeDispersion
This class represents state data.
Second Order Polarization Mode Dispersion of an optical
channel in picoseconds squared (ps^2) as reported by
receiver with two decimal precision. Values include the
instantaneous, average, minimum, and maximum statistics.
If avg/min/max statistics are not supported, the target
is expected to just supply the instant value
-
instant
¶ The instantaneous value of the statistic
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
units: ps^2
-
avg
¶ The arithmetic mean value of the statistic over the time interval
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
units: ps^2
-
min
¶ The minimum value of the statistic over the time interval
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
units: ps^2
-
max
¶ The maximum value of the statistic over the time interval
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07config: False
units: ps^2
-
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..18446744073709551615config: 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..18446744073709551615config: 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..18446744073709551615config: False
-