FrontPanel Platform API - v6.0.0
    Preparing search index...

    Interface IDeviceFPGAInfo

    Interface that provides information about the FPGA on the device.

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

    Accessors

    • get isFrontPanelEnabled(): boolean

      Boolean indicating whether the FPGA is configured with the host gateware.

      Returns boolean