simulate_heater
- si_fab.components.heater.simulation.simulate.simulate_heater(cell, v_start=0.0, v_end=1.0, nsteps=500, center_wavelength=1.5, debug=False)
Simulation recipe to simulate a heater by sweeping the bias voltage.
- Parameters:
- celli3.PCell
PCell of the heater to be simulated.
- v_startfloat
Start value of the voltage sweep.
- v_endfloat
End value of the voltage sweep.
- nstepsint
Number of steps to be used in the voltage sweep.
- center_wavelengthfloat
Center wavelength.
- debugbool
If True, the simulation is run in debug mode.
- Returns:
- Time response.