export_csv#
- FieldSummary.export_csv(output_file, setup=None, variations=None, intrinsics='')#
Get the field summary output computation.
- Parameters:
- output_file
str Path and filename to write the output file to.
- setup
str,optional Setup name to use for the computation. The default is
None, in which case the nominal variation is used.- variations
dict,optional Dictionary containing the design variation to use for the computation. The default is
{}, in which case the 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.
- output_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.