Click or drag to resize

OpticalReceiver Constructor (String, Point, Photodetector, OpticalGainPattern)

Creates a new instance using the specified name, location, photodetector, and optical gain pattern.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public OpticalReceiver(
	string name,
	Point location,
	Photodetector photodetector,
	OpticalGainPattern gainPattern
)

Parameters

name
Type: SystemString
The name of the receiver.
location
Type: AGI.Foundation.GeometryPoint
The Point defining the location of the receiver over time.
photodetector
Type: AGI.Foundation.Communications.SignalProcessingPhotodetector
The photodetector.
gainPattern
Type: AGI.Foundation.Communications.AntennasOpticalGainPattern
The optical gain pattern.
See Also