Eric Keiter
08/20/2021, 4:27 PMCircuitContext::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).Robert Rogers
08/20/2021, 6:59 PM