Files
DP44/Common/DTS.CommonCore/.svn/pristine/f1/f19a7da3359e933f9107b0083b51dc728c610702.svn-base

14 lines
265 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
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;
}
}