tidy3d.SurfaceImpedanceFitterParam#
- class SurfaceImpedanceFitterParam[source]#
Bases:
Tidy3dBaseModelAdvanced parameters for fitting surface impedance of a
LossyMetalMedium. Internally, the quantity to be fitted is surface impedance divided by-1j * \omega.- Parameters:
attrs (dict = {}) β Dictionary storing arbitrary metadata for a Tidy3D object. This dictionary can be freely used by the user for storing data without affecting the operation of Tidy3D as it is not used internally. Note that, unlike regular Tidy3D fields,
attrsare mutable. For example, the following is allowed for setting anattrobj.attrs['foo'] = bar. Also note that Tidy3D` will raise aTypeErrorifattrscontain objects that can not be serialized. One can check ifattrsare serializable by callingobj.json().max_num_poles (PositiveInt = 5) β Maximal number of poles in complex-conjugate pole residue model for fitting surface impedance.
tolerance_rms (NonNegativeFloat = 0.001) β Tolerance in fitting.
frequency_sampling_points (PositiveInt = 20) β Number of sampling frequencies used in fitting.
log_sampling (bool = True) β Whether to sample frequencies logarithmically (
True), or linearly (False).
Attributes
Methods
Inherited Common Usage
- max_num_poles#
- tolerance_rms#
- frequency_sampling_points#
- log_sampling#
- __hash__()#
Hash method.