get_field_summary_data#

FieldSummary.get_field_summary_data(setup=None, variation=None, intrinsics='', pandas_output=False)[source]#

Get field summary output computation.

Parameters:
setupstr, optional

Setup name to use for the computation. The default is None, in which case the nominal variation is used.

variationdict, optional

Dictionary containing the design variation to use for the computation. The default is {}, in which case nominal variation is used.

intrinsicsstr, optional

Intrinsic values to use for the computation. The default is "", which is suitable when no frequency needs to be selected.

pandas_outputbool, optional

Whether to use pandas output. The default is False, in which case the dictionary output is used.

Returns:
dict or pandas.DataFrame

Output type depending on the Boolean pandas_output parameter. The output consists of information exported from the field summary.