namespace DTS.Common.Interface.DASFactory.Config { public interface IVoltageInsertionEnabled { /// /// Indicates that Voltage Insertion was detected as being on /// http://manuscript.dts.local/f/cases/34284/Warn-when-VoltageInsertion-switches-are-set /// bool VoltageInsertionEnabled { get; } } }