Files
DP44/Common/DTS.CommonCore/.svn/pristine/da/daf051343c9be1a23d4df11bbc56fda7f1968e73.svn-base

12 lines
384 B
Plaintext
Raw Permalink Normal View History

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