vcProductCreatorTableRow

Configuration for creating a single product instance at a specified simulation time in vcProductCreatorTableMode. Note that instances of this class are stand-alone objects, not wrappers for internal native objects, which means that modifying them will not change anything in vcProductCreatorTableMode.

Constructors

vcRobot is the object type used for programming a robot, its controller and executor with this library.

Name Return Type Parameters Description
new vcProductCreatorTableRow None Creates a new vcProductCreatorTableRow object. The ProductType property must be set to make it valid.

Properties

Name Type Access Description
ProductType vcProductType RW The product type to instantiate. Value should not be None.
CreationTime Real RW Simulation time in seconds when to create the product instance. Value must be greater than or equal to zero.