tidy3d.SSACVoltageSource#
- class SSACVoltageSource[source]#
Bases:
Tidy3dBaseModelSmall-Signal AC (SSAC) voltage source.
- Parameters:
Notes
This source represents a small-signal AC excitation defined by a DC operating point voltage and the amplitude of the small signal perturbation.
The
voltagerefers to the DC operating point above the simulation ground. Theamplitudedefines the magnitude of the small-signal perturbation. Currently, full circuit simulation through electrical ports is not supported.Examples
>>> import tidy3d as td >>> ssac_source = td.SSACVoltageSource( ... name="VIN", ... voltage=0.8, # DC bias voltage ... amplitude=1e-3 # Small signal amplitude ... )
Attributes
Methods
validate_amplitude(val)validate_voltage(val)- name#
- voltage#
- amplitude#