Click or drag to resize

SimpleDigitalTransmitter Constructor (String, Point, Double, Double, Double)

Creates a new instance from the specified parameters.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SimpleDigitalTransmitter(
	string name,
	Point locationPoint,
	double carrierFrequency,
	double effectiveIsotropicRadiatedPower,
	double dataRate
)

Parameters

name
Type: System.String
The name of the transmitter.
locationPoint
Type: AGI.Foundation.Geometry.Point
The Point defining the location of the transmitter over time.
carrierFrequency
Type: System.Double
The frequency, in hertz, that this transmitter broadcasts on.
effectiveIsotropicRadiatedPower
Type: System.Double
The power, in watts, that this transmitter broadcasts isotropically.
dataRate
Type: System.Double
The data rate, in bits per second.
See Also