diff --git a/OpenEphys.Onix1/ConfigureRhd2164.cs b/OpenEphys.Onix1/ConfigureRhd2164.cs index 7fb9bf71..0b36ccb5 100644 --- a/OpenEphys.Onix1/ConfigureRhd2164.cs +++ b/OpenEphys.Onix1/ConfigureRhd2164.cs @@ -52,7 +52,7 @@ public ConfigureRhd2164(ConfigureRhd2164 configureRhd2164) /// [Category(ConfigurationCategory)] [Description("Specifies the cutoff frequency for the digital (post-ADC) high-pass filter used for amplifier offset removal.")] - public Rhd2164DspCutoff DspCutoff { get; set; } = Rhd2164DspCutoff.Dsp146mHz; + public Rhd2164DspCutoff DspCutoff { get; set; } = Rhd2164DspCutoff.Off; /// /// Gets or sets the low cutoff frequency of the analog (pre-ADC) bandpass filter.