Platform.component_collection

Synopsis
The keyword Platform is used in links to settings found in the Platform Configuration dialog.
Remarks
Returns
Returned types: Component collection.
Examples
1.

The following example returns the value of the exposure time of PhysicalCamera1.

Platform.Cameras("PhysicalCamera1").ExposureTime
2.

The following example returns a list of all your ImageSets' names, which could be placed in an operator view dropdown list.

{SELECT(Platform.ImageSets, Item.Name)}