iblankingvalues#

ens_calculator.iblankingvalues(source_parts: List[ENS_PART] | List[int] | List[str], output_varname: str | None = None) ENS_VAR#

Computes a scalar variable defined as the iblanking value. Only applies to structured data with iblanking.

Args:
source_parts:

Any iblanked structured part(s) and select Next or a part #.

output_varname:

The name of the newly created variable

Returns:

New ENS_VAR instance or None

Note:

See IblankingValues() for function details.