Can QSPICE Simulate Converted IBIS Models Generated by emisleuth.com?

Hi KSKelvin,

Thanks for digging into this. I made the changes you recommended and now I get the same error you show (so at least I’m caught up).

I looked up STATE() in the PSpice-for-TI docs and it says:

Purpose: Returns the history of the behavioral source up to last three states.

Form: STATE(n,source)

Args:
n
Valid values are 0, 1, 2, and 3. The argument n can also be an expression that evaluates to an integer value. If the evaluated valued is greater than three, an error is generated. And if the state were not mentioned, then the current state would be assumed.

source
A valid voltage, current, flux, or charge source

Examples:
Esin 5 0 value={sin(1e4*time)}
Estate1 6 0 value={state(1,V(5))}
Estate2 7 0 value={state(2,V(5))}
Estate3 8 0 value={state(3,V(5))}

(c) 2024 Cadence Design Systems, Inc.

I don’t see an equivalent in the QSPICE documentation.

Would you recommend I make a new topic in the forum to elicit help from the PSpice experts?

Thanks,

Rob