<@U025J6SKFUH> Ok, here is an answer. It looks lik...
# xyce
e
@User Ok, here is an answer. It looks like you are correct. The main function that deals with this is the function
CircuitContext::findBinnedModel
, which (if you are interested) at line 2161 of the N_IO_CircuitContext.C file: https://github.com/Xyce/Xyce/blob/master/src/IOInterfacePKG/N_IO_CircuitContext.C. In this function it does a search for specified LMAX, LMIN, WMAX, WMIN parameters and if it can’t find all four of them, it doesn’t proceed. (see line 2200).
r
Awesome! I figured that was the case, I can feed the model card some nominal values from their documentation to get it working.
👍 1