data_phase# SolutionData.data_phase(expression=None, radians=True)# Retrieve the phase part of the data for an expression. Parameters: expressionstr, NoneName of the expression. The default is None, in which case the active expression is used. radiansbool, optionalWhether to convert the data into radians or degree. The default is True for radians. Returns: listPhase data for the expression.