Skip to main content

GPU Template Variables​

The information collected in the GPU template variables defines the attributes of the graphics cards installed in the system.

The data is exposed by graphic card number (0, 1, 2, ...)

To reference the first graphic card, the graphic card number (<Number>) can be omitted (e.g., the variable ${GPU/GraphicsCards/Driver} is the same of ${GPU/GraphicsCards/0/Driver}).

VariableDescriptionfrom
${GPU/GraphicsCards/Driver}GPU card driver1.7.0
${GPU/GraphicsCards/ProductName}GPU card model1.7.0
${GPU/GraphicsCards/VendorName}GPU card vendor1.7.0
${GPU/GraphicsCards/_<Number>_/Driver}GPU card number driver1.7.0
${GPU/GraphicsCards/_<Number>_/ProductName}GPU card number model1.7.0
${GPU/GraphicsCards/_<Number>_/VendorName}GPU card number vendor1.7.0
${GPU/TotalCards}Number of GPU cards in the system1.7.0