snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

In dataviewer, show if overriding is on or off #227

Closed BECATRUE closed 11 months ago

BECATRUE commented 1 year ago

Feature you want to implement

According to the request by an experimenter, I will show whether TTL overriding is on or off in dataviewer's source widget.

How the feature is implemented

  1. In monitor app, once the TTL overriding status is updated, it sends info through channel 'monitor'.
  2. Set dataviewr app as a subscriber of that channel, and handle the corresponding action.

Additional context

Later, more info shown in dataviewer app may be added, but in this issue, I will implement just simply.