create_value#
- Layout.create_value(val)#
Create a value instance.
This value instance can reference variables on the variable server.
- Parameters:
- Returns:
Notes
Creating a value from a
Database
instance can reference variables in theDatabase
instance.Creating a value from a
Cell
instance can reference variables in both theDatabase
instance and theCell
instanceCreating a value from a
ComponentDef
instance can reference variables in both theDatabase
instance and theComponentDef
instance.