FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
82 stars 72 forks source link

Missing or Unavailable "Switch" component #267

Closed vishnunithyasoundhar closed 10 months ago

vishnunithyasoundhar commented 10 months ago

Description

Basic switch component is missing or unavailable in the eSim library, in the Schematics designer.

I tried searching the forums, but it wasn't mentioned anywhere oddly.

image The above is an image of the mentioned switch component.

Screenshots

image

Version and OS

Additional Details

I am an M.Tech student, VIT Chennai, under the guidance of Dr. Maheswari R, Vellore Institute of Technology, Chennai Name: VishnuNithyaSoundhar S

Eyantra698Sumanto commented 10 months ago

@vishnunithyasoundhar eSim does not support Real-Time Simulation hence a switch is as good as a closed circuit or an open circuit.

In order to implement the functionality of a switch, you may use the aswitch under eSim_Analog libraries. You may input the Pulse or a PWL source at the input terminal of the aswitch to control the switch where the high means switch is closed, and the low means switch is open. Try implementing the same in this way.

If you have some other thing in mind to implement the switch, please feel free to share here.

Please feel free to ask any more queries.

vishnunithyasoundhar commented 10 months ago

@vishnunithyasoundhar eSim does not support Real-Time Simulation hence a switch is as good as a closed circuit or an open circuit.

In order to implement the functionality of a switch, you may use the aswitch under eSim_Analog libraries. You may input the Pulse or a PWL source at the input terminal of the aswitch to control the switch where the high means switch is closed, and the low means switch is open. Try implementing the same in this way.

If you have some other thing in mind to implement the switch, please feel free to share here.

Please feel free to ask any more queries.

Thank you for your guidance. I will use aswitch in place of switch for the schematic 🙏