Multisim is industry standard SPICE simulation and circuit design software for analog, digital, and power electronics in education and research.
Questions tagged [multisim]
5 questions
2
votes
0 answers
How do I disable SIM slot 1 in Android API Level 27
I am trying to disable SIM Slot 1 in an application built in Kotlin.
This application is for API Level 27(Android 8.1, will be part of built-in app in the ROM), and you can assume that I can gain whatever permissions from the system as we are…

Yawong
- 23
- 4
1
vote
1 answer
Saving the simulation time of an event within a Control and Simulation Loop
I've got a Control & Simulation Loop structure in LabVIEW that is sending inputs to and receiving outputs from a Multisim model. I'd like to measure the simulation time difference between when two boolean outputs from the Multisim model go to true.…

Mouser Williams
- 25
- 3
0
votes
0 answers
Design a color light cycle controller
Design a color light controller: a total of 20 lights, arranged in a circle, the requirements of the lights according to the following rules:
(1) In the first minute, the lights run clockwise, and only 1 lights per second.
(2) in the second minute,…

jack son
- 1
0
votes
0 answers
Get Cellinfo for dual sim (Primary -physical sim and Secondary E-sim) Android
Background: As mentioned in the header, I use two sims (one physical and one Esim). Either one can be made primary sim as required by the user. Also, both the sims are active at the same time.
My app involves getting cellinfo and signal strength…

Akshay Chougule
- 51
- 1
- 5
0
votes
3 answers
Slice even/odd elements in VHDL
I am trying to implement a multistage multiplexer that selects the even/odd lines of the input signal at each stage. Let's assume for instance I have 8 inputs [a(0) a(2) a(3) a(4) a(5) a(6) a(7)] and three input signals [s(0) s(1) s(2)]. The…

Ryuzaky
- 1
- 1