isAccelerated
Class: SimBiology.export.Model
Determine whether an exported SimBiology model is accelerated
Syntax
tf = isAccelerated(model)
tf = isAccelerated(model,computerType)
Description
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.
Input Arguments
|
|
|
String specifying a computer type. You can specify any valid |
Output Arguments
|
Logical value |