ee.spice.diodeSubcircuit2lookup
Generate lookup table data for two-terminal devices from SPICE subcircuit
Since R2023a
Syntax
Description
returns lookup table data for the SPICE subcircuit named lookuptable
= ee.spice.diodeSubcircuit2lookup(libraryPath
,subcircuitName
)subcircuitName
in the library file on the path libraryPath
. The values of the output
arguments are in SI units. Use this function to create lookup table data that characterizes
a two-terminal semiconductor device. If you want to create the lookup table data for devices
with more than two terminals, use the ee.spice.semiconductorSubcircuit2lookup
function instead.
This function supports SIMetrix version 8.4 and LTSpice software.
creates a SPICE subcircuit file with additional options specified by one or more name-value
arguments.lookuptable
= ee.spice.diodeSubcircuit2lookup(libraryPath
,subcircuitName
,Name=Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2023a