Skip to content

Commit

Permalink
Merge pull request #60 from SFB-ELAINE/adjust_default_frequency
Browse files Browse the repository at this point in the history
Adjust default frequency
  • Loading branch information
JPPayonk authored Nov 8, 2024
2 parents 95d2ea3 + 86ac322 commit dd21181
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 dd21181

Please sign in to comment.