tidy3d.ContinuousWave#
- class ContinuousWave[source]#
Bases:
PulseSource time dependence that ramps up to continuous oscillation and holds until end of simulation.
- Parameters:
amplitude (Attribute:
amplitude) –TypeNonNegativeFloat
Default= 1.0
DescriptionReal-valued maximum amplitude of the time dependence.
phase (Attribute:
phase) –Typefloat
Default= 0.0
Unitsrad
DescriptionPhase shift of the time dependence.
freq0 (Attribute:
freq0) –TypePositiveFloat
DefaultUnitsHz
DescriptionCentral frequency of the pulse.
fwidth (Attribute:
fwidth) –TypePositiveFloat
DefaultUnitsHz
DescriptionStandard deviation of the frequency content of the pulse.
offset (Attribute:
offset) –TypeConstrainedFloatValue
Default= 5.0
DescriptionTime delay of the maximum value of the pulse in units of 1 / (
2pi * fwidth).
Note
Field decay will not occur, so the simulation will run for the full
run_time. Also, source normalization of frequency-domain monitors is not meaningful.Example
>>> cw = ContinuousWave(freq0=200e12, fwidth=20e12)
Attributes
Methods
amp_time(time)Complex-valued source amplitude as a function of time.
- __hash__()#
Hash method.