LaserBiasCurrent

Leafs

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

Bases: Entity

Class Hierarchy : Components Component Transceiver PhysicalChannels Channel State LaserBiasCurrent

This class represents state data.

The current applied by the system to the transmit laser to

achieve the output power. The current is expressed in mA

with up to one decimal precision. 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