Click or drag to resize
Grid Solutions Framework

WrapAngleTComputePhasorValueGetDataSourceValues Method

Gets data source values enumeration found in the provided parameters.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
protected override IAsyncEnumerable<PhasorValue> GetDataSourceValues(
	Parameters parameters
)
View Source

Parameters

parameters  Parameters
Input parameters.

Return Value

IAsyncEnumerablePhasorValue
Data source values from provided parameters.
Exceptions
ExceptionCondition
InvalidOperationExceptionLast parameter is not a data source value of type IAsyncEnumerable.
See Also