MultipleBandsTable#
- class ansys.aedt.core.filtersolutions_core.multiple_bands_table.MultipleBandsTable#
Manipulates access to the entries of multiple bands table.
This class allows you to enter, edit, or remove entries in the multiple bands table. The table includes the lower and upper frequencies of the bands. To access the multiple bands table, use the
multiple_bands_table
attribute of theFilterSolutions
class. A valid multiple bands table must include both lower and upper frequencies for each band.Methods
Append a new row with specified lower and upper frequency values to the end of the multiple bands table.
Remove all rows from the multiple bands table.
MultipleBandsTable.insert_row
(row_index, ...)Insert lower and upper frequencies in a given row.
MultipleBandsTable.remove_row
(row_index)Remove a row specified by its index from the multiple bands table.
MultipleBandsTable.row
(row_index)Get the lower and upper frequency values for a row in the multiple bands table.
MultipleBandsTable.update_row
(row_index[, ...])Update lower and upper frequency values for a row in the multiple bands table.
Attributes
Total number of rows present in the multiple bands table.