init
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
// ReSharper disable once CheckNamespace
|
||||
namespace DTS.Common.Enums.Viewer
|
||||
{
|
||||
public enum TestChannelFields
|
||||
{
|
||||
SerialNumber,
|
||||
ChannelId,
|
||||
Description,
|
||||
ChannelGroupName,
|
||||
ChannelType,
|
||||
Number,
|
||||
DigitalMultiplier,
|
||||
DigitalMode,
|
||||
Start,
|
||||
Bridge,
|
||||
BridgeResistanceOhms,
|
||||
ZeroPoint,
|
||||
ChannelDescriptionString,
|
||||
ChannelName2,
|
||||
HardwareChannelName,
|
||||
DesiredRange,
|
||||
Sensitivity,
|
||||
SoftwareFilter,
|
||||
ProportionalToExcitation,
|
||||
IsInverted,
|
||||
LinearizationFormula,
|
||||
IsSubsampled,
|
||||
AbsoluteDisplayOrder,
|
||||
LastCalibrationDate,
|
||||
SensorId,
|
||||
OffsetToleranceLowMv,
|
||||
OffsetToleranceHighMv,
|
||||
DataFlag,
|
||||
ExcitationVoltage,
|
||||
Eu,
|
||||
CalSignalEnabled,
|
||||
ShuntEnabled,
|
||||
VoltageInsertionCheckEnabled,
|
||||
RemoveOffset,
|
||||
ZeroMethod,
|
||||
ZeroAverageWindowBegin,
|
||||
ZeroAverageWindowEnd,
|
||||
InitialEu,
|
||||
InitialOffset,
|
||||
UnsubsampledSampleRateHz,
|
||||
MeasuredShuntDeflectionMv,
|
||||
TargetShuntDeflectionMv,
|
||||
MeasuredExcitationVoltage,
|
||||
FactoryExcitationVoltage,
|
||||
TimeOfFirstSample,
|
||||
Multiplier,
|
||||
UserOffsetEU,
|
||||
UnitConversion,
|
||||
AtCapacity,
|
||||
CapacityOutputIsBasedOn,
|
||||
SensitivityUnits,
|
||||
SensorCapacity,
|
||||
SourceChannelNumber,
|
||||
SourceModuleNumber,
|
||||
SourceModuleSerialNumber,
|
||||
Calculation,
|
||||
SampleRateHz,
|
||||
IsoCode,
|
||||
IsoChannelName,
|
||||
UserCode,
|
||||
UserChannelName,
|
||||
SensorPolarity,
|
||||
HIC,
|
||||
UseEUScaler,
|
||||
ScaleFactorEU,
|
||||
T1,
|
||||
T2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user