Appearance
EventDistributionParameter Schema
txt
EMRALD_Model#/definitions/EventDistributionParameter
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | EMRALD_JsonSchemaV3_0.json* |
EventDistributionParameter Type
object
(EventDistributionParameter)
EventDistributionParameter Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
name | string | Optional | cannot be null | EMRALD_Model |
value | Merged | Optional | cannot be null | EMRALD_Model |
timeRate | string | Optional | cannot be null | EMRALD_Model |
useVariable | boolean | Optional | cannot be null | EMRALD_Model |
variable | string | Optional | cannot be null | EMRALD_Model |
name
For event type of etDistribution this is the name of the distribution parameter.
name
is optional
Type:
string
cannot be null
defined in: EMRALD_Model
name Type
string
name Constraints
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"Mean" | |
"Standard Deviation" | |
"Minimum" | |
"Maximum" | |
"Rate" | |
"Shape" | |
"Scale" | |
"Peak" | |
"Alpha" | |
"Beta" |
value
Optional. The value of the parameter if the useVariable flag is false. Can be a number or a string if in scientific notation.
value
is optional
Type: merged type (Details)
cannot be null
defined in: EMRALD_Model
value Type
merged type (Details)
any of
timeRate
Optional, For events of type etTimer. This is a time unit if a variable is used for the time. Example X min.
timeRate
is optional
Type:
string
cannot be null
defined in: EMRALD_Model
timeRate Type
string
timeRate Constraints
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"" | |
"trYears" | |
"trDays" | |
"trHours" | |
"trMinutes" | |
"trSeconds" |
useVariable
Flag to use the variable string vs the value item for the property
useVariable
is optional
Type:
boolean
cannot be null
defined in: EMRALD_Model
useVariable Type
boolean
variable
Optional. The reference name of the variable to use as the value of the parameter if the useVariable flag is true.
variable
is optional
Type:
string
cannot be null
defined in: EMRALD_Model
variable Type
string