Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDeviceInfo

Contains various device data including device type and support.

Hierarchy

  • IDeviceInfo

Index

Properties

configuresFromSystemFlash

configuresFromSystemFlash: boolean

True if the device configures from its system flash. If false, the device is configured from its FPGA flash.

deviceID

deviceID: string

Device ID string, max length MAX_DEVICEID_LENGTH.

deviceInterface

deviceInterface: DeviceInterface

Enumeration of the device interface type.

deviceMajorVersion

deviceMajorVersion: number

Device firmware major version.

deviceMinorVersion

deviceMinorVersion: number

Device firmware minor version.

flashFPGA

flashFPGA: IFlashLayout

FPGA Flash layout.

flashSystem

flashSystem: IFlashLayout

System Flash layout.

fpgaVendor

fpgaVendor: FPGAVendor

Vendor of the FPGA used for selecting the appropriate bitfile name.

hasFMCEEPROM

hasFMCEEPROM: boolean

True if the device can have an attached FMC EEPROM.

hasQuadConfigFlash

hasQuadConfigFlash: boolean

True if the device flash has quad SPI I/O.

hasResetProfiles

hasResetProfiles: boolean

True if the device supports reset profiles.

hostInterfaceMajorVersion

hostInterfaceMajorVersion: number

Device host interface (HDL) major version.

hostInterfaceMinorVersion

hostInterfaceMinorVersion: number

Device host interface (HDL) minor version.

interfaceCount

interfaceCount: number

Number of total interface connections to this device, typically 1.

interfaceIndex

interfaceIndex: number

Index of this interface connection, in 0..interfaceCount-1 range.

isFrontPanelEnabled

isFrontPanelEnabled: boolean

True if device indicates FrontPanel support in FPGA.

isPLL22150Supported

isPLL22150Supported: boolean

True if device contains a Cypress CY22150 PLL.

isPLL22393Supported

isPLL22393Supported: boolean

True if device contains a Cypress CY22393 PLL.

pipeWidth

pipeWidth: number

Pipe width in bits.

productID

productID: ProductID

Unique product identifier.

productName

productName: string

Product string, max length [[MAX_PRODUCT_NAME_LENGTH]].

registerAddressWidth

registerAddressWidth: number

RegisterBridge address width in bits (0 if unsupported).

registerDataWidth

registerDataWidth: number

RegisterBridge data width in bits (0 if unsupported).

serialNumber

serialNumber: string

Device serial number, max length MAX_SERIALNUMBER_LENGTH.

triggerWidth

triggerWidth: number

Trigger width in bits.

usbSpeed

usbSpeed: USBSpeed

Enumeration of USB speed for USB devices.

wireWidth

wireWidth: number

Wire width in bits.

Generated using TypeDoc