User Activity

  • Modified a comment on discussion ngspice-users on ngspice

    Im trying to simulate a 5 bit switch(in XSCHEM) so i want to switch on and off my 5 voltage sources according to the binary code for ex:if 00001 then V1 will be 1.2 and all other 0 i have written this control block but i get the only single param supported error any idea how to debug this? .param temp=27 .control let loop = 32 let counter=0 repeat $&loop * --- Bit Extraction Logic --- let b0 = counter % 2 let temp1 = floor(counter / 2) let b1 = temp1 % 2 let temp2 = floor(temp1 / 2) let b2 = temp2...

  • Posted a comment on discussion ngspice-users on ngspice

    Im trying to simulate a 5 bit switch so i want to switch on and off my 5 voltage sources according to the binary code for ex:if 00001 then V1 will be 1.2 and all other 0 i have written this control block but i get the only single param supported error any idea how to debug this? .param temp=27 .control let loop = 32 let counter=0 repeat $&loop * --- Bit Extraction Logic --- let b0 = counter % 2 let temp1 = floor(counter / 2) let b1 = temp1 % 2 let temp2 = floor(temp1 / 2) let b2 = temp2 % 2 let temp3...

View All

Personal Data

Username:
iplaycsgo4evr
Joined:
2026-01-07 08:11:00.807000

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB