ijkvalues#
- ens_calculator.ijkvalues(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, output_varname: str | None = None) ENS_VAR #
Computes a vector variable defined as the I,J,K values. Only applies to structured data.
- Args:
- source_parts:
Any 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 IJKValues() for function details.