Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Mar 26, 2024
1 parent 8cc983a commit b329db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dfmux/src/Housekeeping.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ PYBINDINGS("dfmux") {
"tuning script to describe SQUID state")
.def_readwrite("squid_feedback", &HkModuleInfo::squid_feedback,
"SQUID feedback mechanism employed")
.def_readwrite("nco_frequency",
&HkModuleInfo::nco_frequency,
.def_readwrite("nco_frequency", &HkModuleInfo::nco_frequency,
"NCO frequency in standard frequency units (mkid only)")
.def_readwrite("routing_type", &HkModuleInfo::routing_type,
"Whether DAC are routed directly to ADCs or to the cryostat")
Expand Down

0 comments on commit b329db7

Please sign in to comment.