malli_1729
Full Member level 5
Setup:
MPLAB Mindi Simulator in SIMPLIS mode,
*.mod model file of capacitor GRM31CC80G227ME11.
I have loaded(via model library addition or directly including using .INC file) a Sub circuit model of Capacitor(GRM31CC80G227ME11) to Generic capacitor part in Mindi Simulator and using it circuit.
The model definition is like this below
.SUBCKT GRM31CC80G227ME11 port1 port2 and uses port1, port2 inside the Model.
When running the model, getting error as
"input file X:\folder\MIC24046_1V2_565khz.deck,
line 3916: R100 port1 11 2.27e+5
An unsigned integer to represent a node number is expected at the location where 'port1' occupies. "
Some how, simulator is not accepting model to have Nodes as Text it wants it as unsigned integers. Any ideas how to solve this.
GRM31CC80G227ME11 spice model
MPLAB Mindi Simulator in SIMPLIS mode,
*.mod model file of capacitor GRM31CC80G227ME11.
I have loaded(via model library addition or directly including using .INC file) a Sub circuit model of Capacitor(GRM31CC80G227ME11) to Generic capacitor part in Mindi Simulator and using it circuit.
The model definition is like this below
.SUBCKT GRM31CC80G227ME11 port1 port2 and uses port1, port2 inside the Model.
When running the model, getting error as
"input file X:\folder\MIC24046_1V2_565khz.deck,
line 3916: R100 port1 11 2.27e+5
An unsigned integer to represent a node number is expected at the location where 'port1' occupies. "
Some how, simulator is not accepting model to have Nodes as Text it wants it as unsigned integers. Any ideas how to solve this.
GRM31CC80G227ME11 spice model