Click or drag to resize

CustomGainPatternGainFunction Property

Gets or sets the gain pattern function which takes a direction as a Cartesian and returns a gain value as a double.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Function<Cartesian, double> GainFunction { get; set; }

Property Value

Type: FunctionCartesian, Double
See Also