|
embed(gen,
icdict=None,
name=None,
tdata=None,
make_copy=True)
Only use this function for building non-hybrid models with single
Generators. |
source code
|
|
|
makeEvMapping(mappingDict,
varnames,
parnames) |
source code
|
|
|
|
|
makeModelInfoEntry(dsi,
allModelNames=None,
swmap_list=None,
globcon_list=None,
nonevent_reasons=None)
Create an entry for the modelInfo attribute of a Model or Generator,
already wrapped in a dsInterface object. |
source code
|
|
|
processReused(sourcenames,
auxvarnames,
flatspec,
registry,
FScompatibleNames,
FScompatibleNamesInv)
Find and process reused terms in abstract specification. |
source code
|
|
|
validateTransitionName(name,
special_reasons) |
source code
|
|
|
API = API_class()
|
|
Continuous = Continuous Domain
|
|
Discrete = Discrete Domain
|
|
Inf = inf
|
|
LargestInt32 = 2147483647
|
|
NAMESEP = ' . '
|
|
NaN = nan
|
|
_all_complex = ( <type 'complex'>, <type 'numpy.complexfloating...
|
|
_all_float = ( <type 'float'>, <type 'numpy.floating'>, <type '...
|
|
_all_int = ( <type 'int'>, <type 'numpy.integer'>, <type 'numpy...
|
|
_all_numpy_complex = ( <type 'numpy.complex128'>, <type 'numpy....
|
|
_all_numpy_float = ( <type 'numpy.float64'>, <type 'numpy.float...
|
|
_all_numpy_int = ( <type 'numpy.int32'>, <type 'numpy.int32'>, ...
|
|
_complex_types = ( <type 'complex'>, <type 'numpy.complexfloati...
|
|
_float_types = ( <type 'float'>, <type 'numpy.floating'>)
|
|
_int_types = ( <type 'int'>, <type 'numpy.integer'>)
|
|
_num_equivtype = { <type 'float'>: <type 'numpy.float64'>, <typ...
|
|
_num_maxmin = { <type 'numpy.int32'>: [ -2147483648, 2147483647] ...
|
|
_num_name2equivtypes = { ' float ' : ( <type 'float'>, <type 'numpy...
|
|
_num_name2type = { ' float ' : <type 'numpy.float64'>, ' int ' : <typ...
|
|
_num_type2name = { <type 'float'>: ' float ' , <type 'int'>: ' int ' ...
|
|
_num_types = ( <type 'float'>, <type 'int'>, <type 'numpy.float...
|
|
_pytypefromtype = { <type 'numpy.int32'>: <type 'int'>, <type '...
|
|
_real_types = ( <type 'int'>, <type 'numpy.integer'>, <type 'fl...
|
|
_seq_types = ( <type 'list'>, <type 'tuple'>, <type 'numpy.ndar...
|
|
isfinite = <ufunc 'isfinite'>
|
|
mathNameMap = { ' Abs ' : ' abs ' , ' Acos ' : ' acos ' , ' Asin ' : ' asin ' , ' ...
|
|
null_predicate = null_predicate_class(None)
|
|
targetLangs = [ ' c ' , ' python ' , ' matlab ' ]
|