add_operation#
- Matrix.add_operation(operation_type: str | MatrixOperationsQ3D, source_names: str | list | None = None, new_net_name: str | None = None, new_source_name: str | None = None, new_sink_name: str | None = None) bool#
Add a new operation to existing matrix.
- Parameters:
- operation_type
stroransys.aedt.core.generic.constants.MatrixOperationsQ3D Operation to perform
- source_names
strorlist,optional List or str containing the content of the matrix reduction (eg. source name).
- 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_type
- Returns:
- bool
True if succeeded.