Files
DP44/Common/DTS.Common/.svn/pristine/f1/f19a7da3359e933f9107b0083b51dc728c610702.svn-base
2026-04-17 14:55:32 -04:00

14 lines
265 B
Plaintext

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTS.Common.Constant.DASSpecific
{
public class TDAS
{
public const uint MaxAAFilterRateHz = 4300;
}
}