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.
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.