74 lines
1.8 KiB
Plaintext
74 lines
1.8 KiB
Plaintext
|
|
// 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
|
||
|
|
}
|
||
|
|
}
|