Transponder.Gain Property |
Gets or sets the gain (a factor that multiplies the signal power) used in the transponder's amplifier.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Gain { get; set; }
Public Property Gain As Double
Get
Set
public:
property double Gain {
double get ();
void set (double value);
}
member Gain : float with get, set
Property Value
Type:
Double
See Also