ComplexDigitalTransmitter Constructor (String, Point, DigitalModulation, RadioFrequencyGainPattern, Double, Double, Double, SignalDataCollection) | 
 
            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 ComplexDigitalTransmitter(
	string name,
	Point locationPoint,
	DigitalModulation modulation,
	RadioFrequencyGainPattern antennaGainPattern,
	double carrierFrequency,
	double power,
	double dataRate,
	SignalDataCollection signalData
)
Public Sub New ( 
	name As String,
	locationPoint As Point,
	modulation As DigitalModulation,
	antennaGainPattern As RadioFrequencyGainPattern,
	carrierFrequency As Double,
	power As Double,
	dataRate As Double,
	signalData As SignalDataCollection
)
public:
ComplexDigitalTransmitter(
	String^ name, 
	Point^ locationPoint, 
	DigitalModulation^ modulation, 
	RadioFrequencyGainPattern^ antennaGainPattern, 
	double carrierFrequency, 
	double power, 
	double dataRate, 
	SignalDataCollection^ signalData
)
new : 
        name : string * 
        locationPoint : Point * 
        modulation : DigitalModulation * 
        antennaGainPattern : RadioFrequencyGainPattern * 
        carrierFrequency : float * 
        power : float * 
        dataRate : float * 
        signalData : SignalDataCollection -> ComplexDigitalTransmitterParameters
- name
 - Type: SystemString
The name of the transmitter. - locationPoint
 - Type: AGI.Foundation.GeometryPoint
The Point defining the location of the transmitter over time. - modulation
 - Type: AGI.Foundation.Communications.SignalProcessingDigitalModulation
The modulation. - antennaGainPattern
 - Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The antenna gain pattern. - carrierFrequency
 - Type: SystemDouble
The frequency, in hertz, that this transmitter broadcasts on. - power
 - Type: SystemDouble
The power, in watts, that this transmitter broadcasts. - dataRate
 - Type: SystemDouble
The data rate, in bits per second. - signalData
 - Type: AGI.Foundation.CommunicationsSignalDataCollection
The collection of data to be added to the transmitter's signal. 
See Also