InputPower

Leafs

class Components.Component.Transceiver.PhysicalChannels.Channel.State.InputPower

Bases: Entity

Class Hierarchy : Components Component Transceiver PhysicalChannels Channel State InputPower

This class represents state data.

The input optical power of this port in units of 0.01dBm.

If the port is an aggregate of multiple physical channels,

this attribute is the total power or sum of all channels.

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: -922337203685477580.8..922337203685477580.7

config: False

avg

The arithmetic mean value of the statistic over the sampling period

type: Decimal64

range: -922337203685477580.8..922337203685477580.7

config: False

min

The minimum value of the statistic over the sampling period

type: Decimal64

range: -922337203685477580.8..922337203685477580.7

config: False

max

The maximum value of the statitic over the sampling period

type: Decimal64

range: -922337203685477580.8..922337203685477580.7

config: False