VGet Statement
VGet Statement
Applies To
Vision Sequence
Vision Calibration
Vision Objects: All
Description
VGet is used to get the values of properties and results in SPEL+ and VB Guide.
Usage
VGet Sequence .Property, var
VGet Calibration .Property, var
VGet Sequence .Object.Property, var
VGet Sequence .Object .Result [ (resultIndex) ] , var
Sequence Name of a sequence or string variable containing a sequence name.
Calibration Name of a calibration or string variable containing a calibration name.
Object Name of an object or string variable containing an object name. The object must exist in the
specified sequence. Omit Object if you are retrieving a sequence or calibration property or
result.
Property Name of the property to set or return the value of.
Result Name of the result to get the value of. You can optionally specify a resultIndex for objects
that can return more than one set of result data, such as Blob and Correlation. This allows you
to obtain a particular result without setting the CurrentResult property.
var Variable(s) that will contain the value(s) returned.
Vision Guide 5.0 Reference (Ver.5.3) Rev.1 181