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

    Enumeration BandwidthMode

    Data-transfer "bandwidth mode" between the host and the FPGA on Gen3 devices. Each mode provides a different balance of host-to-FPGA and FPGA-to-host bandwidth. A mode's identity is its number; see the FrontPanel documentation for each mode's rates.

    Each value is the mode's bit within IDeviceInfo.supportedBandwidthModesMask, so support can be tested directly: (mask & BandwidthMode.MODE_X) !== 0.

    Index

    Enumeration Members

    MODE_1: 2
    MODE_2: 4
    MODE_3: 8
    MODE_4: 16
    MODE_5: 32
    MODE_6: 64
    MODE_7: 128
    UNCONFIGURED: 0