Module Simantics/UserComponent

This module is undocumented. This is a list of its definitions.

addToGraph :: Resource -> Resource -> Resource -> <WriteGraph> ()
addUserComponentScript :: Resource -> String -> String -> String -> <WriteGraph> ()

addUserComponentScript userComponent scriptName scriptType scriptCode adds the script to the user component.

assignSymbolGroup :: [Resource] -> [Resource] -> [Resource] -> <WriteGraph> ()
changeAllComponentTypes :: Resource -> Resource -> Resource -> <WriteGraph> ()

changeAllComponentTypes model oldComponentType newComponentType

configToDiagram :: Resource -> Resource
configurationOfComponentType :: Resource -> <ReadGraph> Resource
createNewSymbolGroup :: Resource -> String -> <WriteGraph> Resource
createUserComponent :: Resource -> <WriteGraph> Resource
createUserComponentMonitorProperty :: Resource -> <WriteGraph> Resource
createUserComponentProperty :: Resource -> <WriteGraph> Resource
flagToTerminal :: Resource -> <WriteGraph> Resource
getSymbolGroups :: Resource -> <ReadGraph> [Resource]
liftFlag :: Resource -> <WriteGraph> Maybe String
migrateUserComponents :: Resource -> Resource -> [Resource] -> <WriteGraph> ()
populateTerminalToSymbol :: Resource -> (Double, Double) -> <WriteGraph> Resource
renameUserComponentProperty :: Resource -> String -> <WriteGraph> ()
setMonitorExpression :: Resource -> Resource -> String -> <WriteGraph> ()
setUserComponentPropertyDefaultValue :: Resource -> Resource -> String -> <WriteGraph> ()
setUserComponentPropertyDescription :: Resource -> String -> <WriteGraph> ()
setUserComponentPropertyLabel :: Resource -> String -> <WriteGraph> ()
setUserComponentPropertyRange :: Resource -> Resource -> String -> <WriteGraph> ()
setUserComponentPropertyRequiredType :: Resource -> Resource -> String -> <WriteGraph> ()
setUserComponentPropertyUnit :: Resource -> Resource -> String -> <WriteGraph> ()
setUserComponentScriptExecutionPeriod :: Resource -> String -> Maybe Double -> <Proc,WriteGraph> ()

setUserComponentScriptExecutionPeriod userComponent scriptName (Just N) sets the execution period of the specified userComponents SCL scripts with the specified scriptName to N seconds.

To disable the execution period setting for a script/scripts specify executionPeriod Nothing or (Just 0).

userComponentScriptExecutionPeriod :: Resource -> String -> <ReadGraph> [Double]

userComponentScriptExecutionPeriod userComponent scriptName gets the execution periods of all user SCL scripts of the specified userComponent with the name scriptName.