ProductSchedule Properties

Name Type Description
Enabled Boolean Gets/Sets a boolean to enable or disable the product schedule
TotalProducts Float Gets/Sets the total number of products per minute
MinLateralOffset Number Gets/Sets the minimum lateral offset assigned to the product. Default = 0. The minimum value has to be lower than the maximum.
MaxLateralOffset Number Gets/Sets the maximum lateral offset assigned to the product. Default = 0. The maximum value has to be higher than the maximum.
EnsureProductFitEquipment Boolean If true, will ensure that the product fit the equipment after assigning a random lateral value.
MaxProductsEnabled Boolean If true, Product schedule will only generate number of products provided in MaxProducts property. Default = false.
MaxProducts Number Gets/Sets Maximum products to be generated when MaxProductsEnabled is true
Mass Number New in V9.8. Gets/Sets the mass of the generated product, in kilograms. Defaults to one. Only affects the products on physics equipment. Must be greater than zero.
Friction Number New in V9.8. Gets/Sets the friction value of the generated product, 10.0 being most friction and 0.0 being no friction.
ProfileType Number New in V9.18. Gets a value that represents the Profile Type, 0 -> Uniform, 1 -> Flight, 2 -> Custom, 3 -> Stepped Rates.
Loop Boolean New in V9.18. Gets/Sets a Boolean to enable or disable looping of the rates. The rates will be repeated continuously when Loop is true. Default = true. Toggling this property on/off will cause the restart of the loop.