Force Nexus to recognize channel as SOH
Issue
While working on Q8, it was observed that channels starting with "VG" represent the State of Health (as per the documentation). Nexus fails to compile responses for these channels because they are SOH channels, not waveform channels. The issue arises from the fact that the channel names follow the same format as waveform channels, causing Nexus to incorrectly generate warnings.
Each channel currently includes a dropdown list allowing users to assign the channel as either HEALTH or GEOPHYSICAL (waveform). However, the dropdown list is not functional and only serves as a display element.
Expected Behavior
Nexus should treat the selection from the dropdown list as a directive to designate the channel as HEALTH. This would prevent incorrect warnings related to channel type and ensure proper response compilation.