export_c_matrix#
- Maxwell2d.export_c_matrix(matrix_name, output_file, setup=None, default_adaptive='LastAdaptive', is_post_processed=False)#
Export Capacitance matrix after solving.
- Parameters:
- matrix_name
str
Matrix name to be exported.
- output_file
str
Output file path to export R/L matrix file to. Extension must be
.txt
.- setup
str
,optional
Name of the setup. If not provided, the active setup is used.
- default_adaptive
str
,optional
Adaptive type. The default is
"LastAdaptive"
.- is_post_processedbool,
optional
Boolean to check if it is post processed. Default value is
False
.
- matrix_name
- Returns:
- bool
True
when successful,False
when failed.