vcProductCreatorFeedBatch
Configuration of a single batch in vcProductCreatorBatchMode. A batch creates a set number of product instances from the same vcProductType one after another with interval delay in between.
Properties
Name | Type | Access | Description |
Part |
vcProductType | RW |
The product type to create instances of. |
Limit | Integer | RW | Number of products to create. Must be 0 or greater. |
Interval | Expression (real) | RW |
Time to wait in seconds between creating products. Note: Pseudo-random real number generated by an expression that defines a distribution. normal([stream], u, s) exponential([stream], lambda) gamma([stream], k, theta) lognormal([stream], u, s) triangular([stream], min, mode, max) uniform([stream], a, b) weibull([stream], k, lambda) |
Methods
Name | Return Type | Parameters | Description |
getProperty |
vcProperty | String name | Returns a property matching a given name; otherwise returns None. |