export_csv#

FieldSummary.export_csv(output_file, setup=None, variations=None, intrinsics='')[source]#

Get the field summary output computation.

Parameters:
output_filestr

Path and filename to write the output file to.

setupstr, optional

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

variationsdict, optional

Dictionary containing the design variation to use for the computation. The default is {}, in which case the 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.

Returns:
bool

True when successful, False when failed.