UplinkSpectrumConfig class
Information about the uplink spectral Config
.
Constructors
- UplinkSpectrumConfig({required Frequency centerFrequency, Polarization? polarization})
-
UplinkSpectrumConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- centerFrequency → Frequency
-
Center frequency of an uplink spectral
Config
. Valid values are between 2025 to 2120 MHz.final - hashCode → int
-
The hash code for this object.
no setterinherited
- polarization → Polarization?
-
Polarization of an uplink spectral
Config
. Capturing both"RIGHT_HAND"
and"LEFT_HAND"
polarization requires two separate configs.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited