init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user