ComplexAnalogTransmitter Constructor (String, Point, Axes, RadioFrequencyGainPattern, Signal) |
Creates a new instance, specifying all parameters.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ComplexAnalogTransmitter(
string name,
Point locationPoint,
Axes orientationAxes,
RadioFrequencyGainPattern antennaGainPattern,
Signal signalToTransmit
)
Public Sub New (
name As String,
locationPoint As Point,
orientationAxes As Axes,
antennaGainPattern As RadioFrequencyGainPattern,
signalToTransmit As Signal
)
public:
ComplexAnalogTransmitter(
String^ name,
Point^ locationPoint,
Axes^ orientationAxes,
RadioFrequencyGainPattern^ antennaGainPattern,
Signal^ signalToTransmit
)
new :
name : string *
locationPoint : Point *
orientationAxes : Axes *
antennaGainPattern : RadioFrequencyGainPattern *
signalToTransmit : Signal -> ComplexAnalogTransmitter
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. - orientationAxes
- Type: AGI.Foundation.Geometry.Axes
The Axes defining the orientation of the transmitter over time. - antennaGainPattern
- Type: AGI.Foundation.Communications.Antennas.RadioFrequencyGainPattern
The gain pattern. - signalToTransmit
- Type: AGI.Foundation.Communications.Signal
The signal to transmit.
See Also