Config¶
Leafs
amp_mode
enabled
fiber_type_profile
gain_range
name
target_gain
target_gain_tilt
target_output_power
type
-
class
OpticalAmplifier.Amplifiers.Amplifier.
Config
¶ Bases:
Entity
Class Hierarchy:
OpticalAmplifier
Amplifiers
Amplifier
Config
This class represents configuration data.
Configuration data for the amplifier
-
name
¶ User-defined name assigned to identify a specific amplifier in the device
type: str
-
target_gain
¶ Positive gain applied by the amplifier
type: Decimal64
range: 0..92233720368547758.07units: dB
-
target_gain_tilt
¶ Gain tilt control
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07units: dB
-
gain_range
¶ Selected gain range. The gain range is a platform-defined value indicating the switched gain amplifier setting
type: one of the below values:
LOWGAINRANGE
-
amp_mode
¶ The operating mode of the amplifier
type: one of the below values:
CONSTANTPOWER
-
target_output_power
¶ Output optical power of the amplifier
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07units: dBm
-
enabled
¶ Turns power on / off to the amplifiers gain module
type: bool
-