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)
Syntaxpublic SimpleDigitalTransmitter(
	string name,
	Point locationPoint,
	double carrierFrequency,
	double effectiveIsotropicRadiatedPower,
	double dataRate
)
Public Sub New ( 
	name As String,
	locationPoint As Point,
	carrierFrequency As Double,
	effectiveIsotropicRadiatedPower As Double,
	dataRate As Double
)
public:
SimpleDigitalTransmitter(
	String^ name, 
	Point^ locationPoint, 
	double carrierFrequency, 
	double effectiveIsotropicRadiatedPower, 
	double dataRate
)
new : 
        name : string * 
        locationPoint : Point * 
        carrierFrequency : float * 
        effectiveIsotropicRadiatedPower : float * 
        dataRate : float -> SimpleDigitalTransmitterParameters
- name
 - Type: SystemString
The name of the transmitter. - locationPoint
 - Type: AGI.Foundation.GeometryPoint
The Point defining the location of the transmitter 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. - dataRate
 - Type: SystemDouble
The data rate, in bits per second. 
See Also