Click or drag to resize

ComplexAnalogTransmitter Constructor (String, Point, RadioFrequencyGainPattern, Signal)

Creates a new instance using the specified Name, LocationPoint, AntennaGainPattern, and SignalToTransmit.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComplexAnalogTransmitter(
	string name,
	Point locationPoint,
	RadioFrequencyGainPattern antennaGainPattern,
	Signal signalToTransmit
)

Parameters

name
Type: SystemString
The name of the transmitter.
locationPoint
Type: AGI.Foundation.GeometryPoint
The Point defining the location of the transmitter over time.
antennaGainPattern
Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The gain pattern.
signalToTransmit
Type: AGI.Foundation.CommunicationsSignal
The signal to transmit.
See Also