Click or drag to resize

SimpleAnalogTransmitter Constructor (String, Point, Double, Double, Double)

Creates a new instance with the specified parameters.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SimpleAnalogTransmitter(
	string name,
	Point locationPoint,
	double carrierFrequency,
	double effectiveIsotropicRadiatedPower,
	double bandwidth
)

Parameters

name
Type: SystemString
The name of the transmitter.
locationPoint
Type: AGI.Foundation.GeometryPoint
The Point defining the location of the receiver over time.
carrierFrequency
Type: SystemDouble
The frequency, in hertz, that this transmitter broadcasts on.
effectiveIsotropicRadiatedPower
Type: SystemDouble
The power, in watts, that this transmitter broadcasts isotropically.
bandwidth
Type: SystemDouble
The bandwidth of the signal, in hertz.
See Also