add_trace_characteristics#

EyeDiagram.add_trace_characteristics(trace_name, arguments=None, solution_range=None)[source]#

Add a trace characteristic to the plot.

Parameters:
trace_namestr

Name of the trace characteristic.

argumentslist, optional

Arguments if any. The default is None.

solution_rangelist, optional

Output range. The default is None, in which case the full range is used.

Returns:
bool

True when successful, False when failed.