| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic SimpleAnalogTransmitter(
	string name,
	Point locationPoint,
	double carrierFrequency,
	double effectiveIsotropicRadiatedPower,
	double bandwidth
)
Public Sub New ( 
	name As String,
	locationPoint As Point,
	carrierFrequency As Double,
	effectiveIsotropicRadiatedPower As Double,
	bandwidth As Double
)
public:
SimpleAnalogTransmitter(
	String^ name, 
	Point^ locationPoint, 
	double carrierFrequency, 
	double effectiveIsotropicRadiatedPower, 
	double bandwidth
)
new : 
        name : string * 
        locationPoint : Point * 
        carrierFrequency : float * 
        effectiveIsotropicRadiatedPower : float * 
        bandwidth : float -> SimpleAnalogTransmitterParameters
- 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
See Also