Property:Bus width
Jump to navigation
Jump to search
The bus type is a text field containing only one of the following permitted values, which vary depending on the bus type:
- ISA: 8-bit, 16-bit
- VLB: 32-bit (VLB 1.0), 64-bit (VLB 2.0)
- PCI: 32-bit, 64-bit
- AGP: 32-bit
- PCIe: x1, x2, x4, x8, x16 - size of connector on the card, make a note in the article if the card is electrically less than this
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "8-bit", "16-bit", "32-bit", "64-bit", "x1", "x2", "x4", "x8", "x16", "1-bit" ] } }