get_field_summary_data#
- FieldSummary.get_field_summary_data(setup=None, variation=None, intrinsics='', pandas_output=False)#
Get field summary output computation.
- Parameters:
- setup
str
,optional
Setup name to use for the computation. The default is
None
, in which case the nominal variation is used.- variation
dict
,optional
Dictionary containing the design variation to use for the computation. The default is
{}
, in which case nominal variation is used.- intrinsics
str
,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.
- setup
- Returns:
dict
orpandas.DataFrame
Output type depending on the Boolean
pandas_output
parameter. The output consists of information exported from the field summary.