Config¶
Leafs
-
class
Components.Component.OpticalChannel.
Config
¶ Bases:
Entity
Class Hierarchy:
Components
Component
OpticalChannel
Config
This class represents configuration data.
Configuration data for optical channels
-
frequency
¶ Frequency of the optical channel, expressed in MHz
type: int
range: 0..18446744073709551615
-
target_output_power
¶ Target output optical power level of the optical channel, expressed in increments of 0.01 dBm (decibel-milliwats)
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07units: dBm
-
operational_mode
¶ Vendor-specific mode identifier – sets the operational mode for the channel. The specified operational mode must exist in the list of supported operational modes supplied by the device
type: int
range: 0..65535
-