Units of the inverse of a time constant |
Element | DecayingPoolModel/inv_decay_constant |
Attribute | DecayingPoolModel/@inv_decay_constant |
<xs:simpleType name="InvTimeConstantValue"> <xs:annotation> <xs:appinfo> <meta:units>s-1</meta:units> <meta:typical_value>100</meta:typical_value> </xs:appinfo> <xs:documentation>Units of the inverse of a time constant</xs:documentation> </xs:annotation> <xs:restriction base="xs:double"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |