Click or drag to resize

SignalModifyFrequency Method

Create a new signal by modifying the frequency 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 ModifyFrequency(
	double frequency
)

Parameters

frequency
Type: SystemDouble
The new frequency, in hertz.

Return Value

Type: Signal
The modified signal.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when frequency combined with the old bandwidth causes part of the frequency range to be negative (frequency + LowerBandwidthLimit must be positive).
See Also