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