ComplexAnalogTransmitter Constructor (String, Point, Axes, RadioFrequencyGainPattern, Signal, PolarizationSource) |
Creates a new instance, specifying all parameters.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexAnalogTransmitter(
string name,
Point locationPoint,
Axes orientationAxes,
RadioFrequencyGainPattern antennaGainPattern,
Signal signalToTransmit,
PolarizationSource polarizationSource
)
Public Sub New (
name As String,
locationPoint As Point,
orientationAxes As Axes,
antennaGainPattern As RadioFrequencyGainPattern,
signalToTransmit As Signal,
polarizationSource As PolarizationSource
)
public:
ComplexAnalogTransmitter(
String^ name,
Point^ locationPoint,
Axes^ orientationAxes,
RadioFrequencyGainPattern^ antennaGainPattern,
Signal^ signalToTransmit,
PolarizationSource^ polarizationSource
)
new :
name : string *
locationPoint : Point *
orientationAxes : Axes *
antennaGainPattern : RadioFrequencyGainPattern *
signalToTransmit : Signal *
polarizationSource : PolarizationSource -> ComplexAnalogTransmitter
Parameters
- name
- Type: SystemString
The name of the transmitter. - locationPoint
- Type: AGI.Foundation.GeometryPoint
The Point defining the location of the transmitter over time. - orientationAxes
- Type: AGI.Foundation.GeometryAxes
The Axes defining the orientation of the transmitter over time. - antennaGainPattern
- Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The gain pattern. - signalToTransmit
- Type: AGI.Foundation.CommunicationsSignal
The signal to transmit. - polarizationSource
- Type: AGI.Foundation.CommunicationsPolarizationSource
The polarization source for modeling polarization efficiency.
See Also