EntityInstance
EntityInstance[entity,qualval]
represents an entity whose qualifier qual has value val.
EntityInstance[entity,{qual1val1,qual2val2,…}]
represents an entity whose qualifiers quali have values vali.
EntityInstance[entity,quantity]
represents an entity qualified by quantity.
Details

- Entity expressions can be created by using the
interface.
- A qualifier qual can be a property qualifier of an EntityProperty of entity, a QuantityVariable or a Function argument.
- If entity[property] returns Function[params,body] with a parameter equal to qual, then the associated value is substituted into body and qual is dropped from params. If no parameters remain then the Function wrapper is removed.
Examples
open all close allBasic Examples (4)
Scope (8)
Properties & Relations (1)
Neat Examples (1)
Introduced in 2015
(10.3)