Class: SimBiology.export.Model
Determine whether an exported SimBiology model is accelerated
tf = isAccelerated(model)
tf = isAccelerated(model,computerType)
returns tf
= isAccelerated(model
)true
if model
is
accelerated for the current type of computer, and false
otherwise.
returns tf
= isAccelerated(model
,computerType
)true
if model
is
accelerated for the specified computer type.
|
|
|
String specifying a computer type. You can specify any valid |
|
Logical value |