TransmissionZeros#
- class ansys.aedt.core.filtersolutions_core.transmission_zeros.TransmissionZeros(table_format)#
Manipulates access to ratio and bandwidth entries in the tranmsission zeros table.
This class lets you to enter, edit, or remove ratio and bandwidth entries in the tranmsission zeros table. The table includes the ratio or bandwidth and the position of the element creating the transmission zero in the associated circuit. The position of the transmission zero is the position of the element in the associated circuit that creates the transmission zero. The position is defined automatically if no value is provided.
Methods
TransmissionZeros.append_row
(zero[, position])Append a new row that includes the ratio or bandwidth and position.
Clear all entries in the transmission zeros table.
TransmissionZeros.insert_row
(row_index, zero)Insert a new row that includes the ratio or bandwidth and the position.
TransmissionZeros.remove_row
(row_index)Remove a row, including the ratio or bandwidth and the position.
Restore default positions of transmissison zeros.
TransmissionZeros.row
(row_index)Get the transmission zero ratio or bandwidth and the position of the element causing the transmission zero from a row in the transmission zeros table.
Check if the entry format of the transmission zeros tables is ratio.
TransmissionZeros.update_row
(row_index[, ...])Update the transmission zero ratio or bandwidth and its position for a row in the transmission zeros table.
Attributes
Number of transmission zeros in the transmission zeros table.