Skip to content

Add option to toggle VFAT run mode in sbit scan

Camilla Galloni requested to merge feature/toggle-run-sbitscan into main

Description

This MR aims at including an option to don't toggle the run mode of the VFAT in the sbit scan. A small change in the definition of the function to create the radio button allows selecting correctly the default values. Retrieval of parameters in the code was tested successfully. But I didn't take a s-bit rate scan.

Related Issue

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports