Click or drag to resize

SignalModifyPower Method

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.1.418.0 (24.1.418.0)
Syntax
public Signal ModifyPower(
	double power
)

Parameters

power
Type: SystemDouble
The new power, in Watts.

Return Value

Type: Signal
The modified signal.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when power is negative.
See Also