Click or drag to resize

NavigationSignalCharacteristicsGetFromBlock Method

Provides the complete set of signals and their characteristics for a given block type.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Dictionary<NavigationSignalType, NavigationSignalCharacteristics> GetFromBlock(
	NavigationBlockType blockType
)

Parameters

blockType
Type: AGI.Foundation.NavigationNavigationBlockType
The block type of GPS satellites broadcasting the desired signals.

Return Value

Type: DictionaryNavigationSignalType, NavigationSignalCharacteristics
Dictionary keyed on NavigationSignalType, containing the signal characteristics for each signal type. The dictionary contains all the signals that the provided block type broadcasts.
See Also