Skip to content

Commit

Permalink
adjust default frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimmermann committed Nov 7, 2024
1 parent 95d2ea3 commit 86ac322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ossdbs/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Settings:
"InterPulseWidth[us]": 0.0,
"SpectrumMode": "FullSpectrum",
"CounterAmplitude": 1.0, # relative to amplitude given by contact
"CutoffFrequency": 1e8,
"CutoffFrequency": 1e6,
"CurrentControlled": False,
},
"Solver": {
Expand Down

0 comments on commit 86ac322

Please sign in to comment.