tidy3d.components.microwave.data.dataset.TransmissionLineDataset#
- class TransmissionLineDataset[source]#
Bases:
ModeFreqDatasetHolds mode data that is specific to transmission lines in microwave and RF applications, like characteristic impedance.
- 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().Z0 (ImpedanceFreqModeDataArray) β The characteristic impedance of the transmission line.
voltage_coeffs (VoltageFreqModeDataArray) β Quantity calculated for transmission lines, which associates a voltage-like quantity with each mode profile that scales linearly with the complex-valued mode amplitude.
current_coeffs (CurrentFreqModeDataArray) β Quantity calculated for transmission lines, which associates a current-like quantity with each mode profile that scales linearly with the complex-valued mode amplitude.
Notes
The data in this class is only calculated when a
MicrowaveModeSpecis provided to theModeMonitor,ModeSolverMonitor,ModeSolver, orModeSimulation.Attributes
Methods
Inherited Common Usage
- Z0#
- voltage_coeffs#
- current_coeffs#
- __hash__()#
Hash method.