Set time dependend function type to FALSE upon start.

This commit is contained in:
Holger Vogt 2026-07-28 23:14:03 +02:00
parent 0cfa6627af
commit 34b0fab4ab
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ VSRCparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
NG_IGNORE(select);
here->VSRCfuncTGiven = FALSE;
switch (param) {
case VSRC_DC:
here->VSRCdcValue = value->rValue;