Attribute Name

NI-IMAQdx

Attribute Name

The attribute name is a string constant. Each camera has a different set of attributes. Use the Enumerate Attributes function to list all available attributes for a given camera. The attribute name contains several keywords separated by a double colon namespace marker. AcquisitionAttributes::Timeout and AcquisitionAttributes::Bayer::Pattern are two examples of attribute names.

The namespace marker separates different levels in the attribute tree as described by the driver and the camera. Use the fully qualified attribute name such as AcquisitionAttributes::Timeout, or use the short version of the attribute name such as Timeout, when specifying the attribute name.

Specify the attribute name with the attribute property node.