Skip to content

EventDistributionParameter Schema

txt
EMRALD_Model#/definitions/EventDistributionParameter
AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenAllowednoneEMRALD_JsonSchemaV3_0.json*

EventDistributionParameter Type

object (EventDistributionParameter)

EventDistributionParameter Properties

PropertyTypeRequiredNullableDefined by
namestringOptionalcannot be nullEMRALD_Model
valueMergedOptionalcannot be nullEMRALD_Model
timeRatestringOptionalcannot be nullEMRALD_Model
useVariablebooleanOptionalcannot be nullEMRALD_Model
variablestringOptionalcannot be nullEMRALD_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:

ValueExplanation
"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

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:

ValueExplanation
""
"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