TransceiverOutputGain Property  | 
 
            Gets or sets the gain (a factor that multiplies the signal power)
            applied to the signal after demodulation before remodulation.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double OutputGain { get; set; }Public Property OutputGain As Double
	Get
	Set
public:
property double OutputGain {
	double get ();
	void set (double value);
}member OutputGain : float with get, set
Property Value
Type: 
Double
See Also