OpticalReceiver Constructor (String, Point, Axes, Photodetector, OpticalGainPattern, 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 OpticalReceiver(
string name,
Point location,
Axes orientation,
Photodetector photodetector,
OpticalGainPattern gainPattern,
PolarizationSource polarizationSource
)
Public Sub New (
name As String,
location As Point,
orientation As Axes,
photodetector As Photodetector,
gainPattern As OpticalGainPattern,
polarizationSource As PolarizationSource
)
public:
OpticalReceiver(
String^ name,
Point^ location,
Axes^ orientation,
Photodetector^ photodetector,
OpticalGainPattern^ gainPattern,
PolarizationSource^ polarizationSource
)
new :
name : string *
location : Point *
orientation : Axes *
photodetector : Photodetector *
gainPattern : OpticalGainPattern *
polarizationSource : PolarizationSource -> OpticalReceiver
Parameters
- name
- Type: SystemString
The name of the receiver. - location
- Type: AGI.Foundation.GeometryPoint
The Point defining the location of the receiver over time. - orientation
- Type: AGI.Foundation.GeometryAxes
The Axes defining the orientation of the receiver over time. - photodetector
- Type: AGI.Foundation.Communications.SignalProcessingPhotodetector
The photodetector. - gainPattern
- Type: AGI.Foundation.Communications.AntennasOpticalGainPattern
The optical gain pattern. - polarizationSource
- Type: AGI.Foundation.CommunicationsPolarizationSource
The polarization source for modeling polarization efficiency.
See Also