Files
DP44/Common/DTS.Common/.svn/pristine/22/224ff28969d6b3c2717e326e02a19d349fc38276.svn-base
2026-04-17 14:55:32 -04:00

40 lines
864 B
Plaintext

namespace DTS.Common.Enums.Sensors.SensorsList
{
public enum AnalogSensorFields
{
Included,
SerialNumber,
Description,
Manufacturer,
Model,
Capacity,
CalInterval,
Sensitivity,
LinearSensitivity,
Resistance,
Excitation,
Units,
Id,
CalDate,
CalDueDate,
ModifiedBy,
LastModified,
IEPE,
OutOfDate,
InWarningPeriod,
UsageMaximized,
InUsageWarningPeriod,
NonLinearCalucationType,
ZeroMethod,
ZeroMethodStart,
ZeroMethodEnd,
//13065 Sensor "First Use" Date
FirstUseDate,
UserValue1,
UserValue2,
UserValue3,
Assembly,
UsageCount,
MaximumUsage
}
}