ComplexDigitalTransmitterPower Property  | 
 
            Gets or sets the power, in watts, the transmitter's amplifier uses to transmit the signal.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Power { get; set; }Public Property Power As Double
	Get
	Set
public:
property double Power {
	double get ();
	void set (double value);
}member Power : float with get, set
Property Value
Type: 
Double
See Also