NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

Can change the Enable/Disable state of quantum composer channels. #254

Closed stillwer closed 5 years ago

stillwer commented 5 years ago

Currently, the quantum composer controller ignores commands to turn the quantum composer channels on and off. This is because the state of the channel that is Disabled is not important to be checked to see if it is equal. However, the same function is used to both check if the state is okay and also to check which channels need to have commands formatted. Need a smarter check to see if the state is equal or not so that the channel can be turned on or off at will.

stillwer commented 5 years ago

Simple fix...just turn off the tunnel that ignores the "Channel Disable" function. Program will now check for features of the disabled channel.