Skip to content

Commit

Permalink
modify inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Dec 6, 2024
1 parent 492a85d commit 00cf815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qualang_tools/control_panel/video_mode/inner_loop_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,15 @@ def get_dash_components(self, include_subcomponents: bool = True) -> List[html.D
label="Readout frequency",
value=self.readout_pulse.channel.intermediate_frequency,
units="Hz",
step=20e3,
),
create_input_field(
id={"type": self.component_id, "index": "readout_duration"},
label="Readout duration",
value=self.readout_pulse.length,
units="ns",
input_style={"width": "200px"},
step=10,
),
create_input_field(
id={"type": self.component_id, "index": "readout_amplitude"},
Expand Down

0 comments on commit 00cf815

Please sign in to comment.