data_phase#

SolutionData.data_phase(expression=None, radians=True)[source]#

Retrieve the phase part of the data for an expression.

Parameters:
expressionstr, None

Name of the expression. The default is None, in which case the active expression is used.

radiansbool, optional

Whether to convert the data into radians or degree. The default is True for radians.

Returns:
list

Phase data for the expression.