Create a new signal by modifying the power of this signal.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Signal ModifyPower(
double power
)
Public Function ModifyPower (
power As Double
) As Signal
public:
Signal^ ModifyPower(
double power
)
member ModifyPower :
power : float -> Signal
Parameters
- power
- Type: SystemDouble
The new power, in Watts.
Return Value
Type:
SignalThe modified signal.
Exceptions See Also