Skip to content

Commit

Permalink
fix: output_mode dump
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 authored and alecandido committed Oct 21, 2024
1 parent 91a9c5b commit a2ee33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibolab/instruments/qm/ports.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class FEMOutput(OPXOutput):
fem_number: int = 0
fem_type: Literal["LF", "MF"] = "LF"
output_mode: Literal["direct", "amplified"] = field(
default="direct", metadata={"config": "output_mode"}
default="direct", metadata={"config": "output_mode", "settings": True}
)

@property
Expand Down

0 comments on commit a2ee33f

Please sign in to comment.