Interface for accessing features and GenTL hardware info.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
The ICogGenTLAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ExecuteCommand | Execute the command identified by node. | |
| FindProducer | Returns a string containing the GenTL producer name. | |
| GetAvailableFeatures | Get the child features of the specified category node. Use the "Root" category to get the top level features. | |
| GetComment | Get a helpful comment describing the feature. | |
| GetDoubleFeature | Read the double feature identified by node. | |
| GetFeature | Read the feature identified by node. Works with any data type. | |
| GetFeatureType | Get the type of this feature. | |
| GetFSFromCamera | Returns the Feature Snapshot data for this camera. A Feature Snapshot is a text description of all the features available, including their name, type, categorization, and current value. | |
| GetIntegerFeature | Read the integer feature identified by node. | |
| GetValidEnumValues | Get the valid settings for an enum feature. | |
| IsReadable | Returns true if the feature is readable. Otherwise, returns false. | |
| IsReserved | Returns true if the feature is reserved. Otherwise, returns false. | |
| IsWriteable | Returns true if the feature is writable. Otherwise, returns false. | |
| SetDoubleFeature | Write the double feature identified by node. | |
| SetFeature | Write the feature identified by node. Works with any data type. | |
| SetIntegerFeature | Write the integer feature identified by node. |
Properties
| Name | Description | |
|---|---|---|
| TLType | Returns the GenTL transport layer type from the camera. |
See Also