ScalarAntennaGainInLinkDirection Constructor (IServiceProvider, LinkRole, SignalPropagationGraph, IntendedSignalStrategy) |
Initialize a new instance based on the given parameters.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarAntennaGainInLinkDirection(
IServiceProvider link,
LinkRole linkEnd,
SignalPropagationGraph graph,
IntendedSignalStrategy intendedSignalStrategy
)
Public Sub New (
link As IServiceProvider,
linkEnd As LinkRole,
graph As SignalPropagationGraph,
intendedSignalStrategy As IntendedSignalStrategy
)
public:
ScalarAntennaGainInLinkDirection(
IServiceProvider^ link,
LinkRole linkEnd,
SignalPropagationGraph^ graph,
IntendedSignalStrategy^ intendedSignalStrategy
)
new :
link : IServiceProvider *
linkEnd : LinkRole *
graph : SignalPropagationGraph *
intendedSignalStrategy : IntendedSignalStrategy -> ScalarAntennaGainInLinkDirection
Parameters
- link
- Type: SystemIServiceProvider
The link which provides the services needed to compute this scalar. - linkEnd
- Type: AGI.Foundation.AccessLinkRole
The end of the link at which to compute the gain. - graph
- Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of communication links used to propagate signals. - intendedSignalStrategy
- Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The strategy used to identify the signal to use when computing the scalar value.
See Also