insert_reduced_matrix#
- Q3d.insert_reduced_matrix(operation_name, assignment=None, reduced_matrix=None, new_net_name=None, new_source_name=None, new_sink_name=None)#
Insert a new reduced matrix.
- Parameters:
- operation_name
str Name of the operation to create.
- assignment
list,str,optional List of sources or nets or arguments needed for the operation. The default is
None.- reduced_matrix
str,optional Name of the reduced matrix. The default is
None.- new_net_name
str,optional Name of the new net. The default is
None.- new_source_name
str,optional Name of the new source. The default is
None.- new_sink_name
str,optional Name of the new sink. The default is
None.
- operation_name
- Returns:
ansys.aedt.core.modules.q3d_boundary.MatrixMatrix object.