Component.evaluate_sdata
rfnetwork.component.Component.evaluate_sdata
- abstractmethod Component.evaluate_sdata(frequency)
Returns s-matrix of the component.
- Return type:
ndarray
Parameters
- frequencynp.ndarray
vector of frequency values to evaluate data for, in Hz.
Returns
- sdatanp.ndarray
MxNxN s-matrix where F is the number of frequency values and N is the number of ports.