The compatibility mode has to be set to PSPICE. Create a file .spiceinit and add the line set ngbehavior=ltpsa Thank you Holger. It works. However there are a few parameters that are unknown to ngspice: Warning: Model issue on line 53 : .model x1.x_u6:dvn d (level=2 af=1 bv=0 cjo=0 eg=1.11 fc=500m ibv=100p i ... unrecognized parameter (ibvl) - ignored unrecognized parameter (nbvl) - ignored unrecognized parameter (rl) - ignored unrecognized parameter (tbv1) - ignored unrecognized parameter (tbv2)...
Hi! I am trying to run simulation with a ATL431 model defined as subcircuit, which uses if functions. See below. To my surprise I get an error: Error: no such function 'if' at line 176 The line 176 is the one starting with "E_E27" in the .subckt as below. Why ngspice fails to run it? How could I modify it to make it digestable by ngspice? The .SUBCKT with "if" causing issue is as below: .SUBCKT ATL431LI_TRANS CATHODE REF ANODE R_R10 E1 6 1k V_V3 7 CATHODE DC 0 R_R2 6 N15061520 15.6 X_U6 FB_INT N17052054...
Thank you. I'd have sworn I saw some passwords in the clipboard history, but I just proved to myself there aren't any passwords in the clipboard's history on any installations I have. All of them have both the settings enabled. I must have been stuck with an image of some older version or KeePass operation without these settings enabled.
Hello, I use multiclipboard in Windows. It is simply convenient. Unfortunately at the moment it lowers security of using KeePass. Passwords are not being cleared. It seems it would be possible for KeePass to clear them despite multiclipboard active. I've asked ChatGPT; here's the answer: Yes, the Windows 10 API allows you to clear a single entry from the clipboard history. You can use the EmptyClipboard() function to clear the entire clipboard, or you can use the GetClipboardSequenceNumber() function...
Hi Matthias, thank you for your reply. Yes, indeed the behaviour is RTS/DTR related. When I have Flow Control = None and manually toggle those I start to receive data. For one PC with Curiosity Nano HW Flow control worked fine as a workaround, whereas for the other with Arduino Mini v3 only manual toggling did the work. Could it be a bug in the NET driver implementation? Best regards Przemysław
As I have checked YAT also fails to transmit anything. My colleague experienced the same bugs (RX/TX) with Arduino Mini v3.
And what about a crypto wallet? Would it be acceptable solution for you both?
Thank you for your reply Marcel. Models for BC550C_CA and BC560C_CA are included in models.sp before enetering .control section. My idea was to iterate using foreach to change variable from the list given and then use the variable in place of the filename for altermod. But apparently I do not understand something propoerly. Files attached. p.h.