cmplxtransresp#
- ens_calculator.cmplxtransresp(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, scalar_or_vector: ENS_VAR | str | int, phi: float, output_varname: str | None = None) ENS_VAR #
Computes a scalar or vector variable defined as the real transient response of a complex scalar/vector variable given a transient phase angle. Function is only valid for harmonic variations.
- Args:
- source_parts:
Any part(s) or a part number.
- scalar_or_vector:
A complex scalar or vector variable.
- phi:
A value for PHI(Range 0.0 - 360.0).
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See CmplxTransResp() for function details.