Interface that provides information about the FPGA on the device.

interface IDeviceFPGAInfo {
    get flashLayout(): IFlashMemoryLayout;
    get fpgaVendor(): DeviceFPGAVendor;
    get isFrontPanelEnabled(): boolean;
}

Accessors

  • get isFrontPanelEnabled(): boolean
  • Boolean indicating whether the FPGA is configured with the host gateware.

    Returns boolean