Measurement Attributes describe different types of measurements that can be monitored during a test executed in the BTS.

  • <TemperatureInputAttributes> —Tag describing the characteristics of an analog input temperature signal.
    Table 43. <TemperatureInputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Celsius
    Units of measurement for temperature values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <TemperatureThermocoupleAttributes> —Tag describing the characteristics of an analog input thermocouple temperature signal.
    Table 27. <TemperatureThermocoupleAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Celsius
    Units of measurement for temperature values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
    ThermocoupleTypestringYes
    • B, C, E, J, K, N, R, S, T
    Type of thermocouple
  • <TemperatureOutputAttributes> —Tag describing the characteristics of an analog output temperature signal.
    Table 28. <TemperatureOutputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Celsius
    Units of measurement for temperature values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <VoltageInputAttributes> —Tag describing the characteristics of an analog input voltage signal.
    Table 29. <VoltageInputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Volts
    Units of measurement for voltage values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
    InputConfigurationstringNo
    • ReferencedSingleEnded
    • NonReferencedSingleEnded
    • Differential
    • PseudoDifferential
    Specifies the input configuration of analog voltage measurements.
  • <VoltageOutputAttributes> —Tag describing the characteristics of an analog output voltage signal.
    Table 30. <VoltageOutputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Volts
    Units of measurement for voltage values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <StrainGaugeAttributes> —Tag describing the characteristics of an analog input strain signal measured using a strain gauge.
    Table 31. <StrainGaugeAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • MillivoltsPerVolt
    Units of measurement for strain values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <DigitalInputAttributes> —Tag describing the characteristics of a digital input signal.
    Table 32. <DigitalInputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    WidthdoubleYes
    • 1
    • 4
    • 8
    • 16
    • 32
    • 64
    Width in bits of the digital input port.
  • <CurrentInputAttributes> —Tag describing the characteristics of an current input signal.
    Table 33. <CurrentInputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Amps
    Units of measurement for current values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <CurrentOutputAttributes> —Tag describing the characteristics of an current output signal.
    Table 34. <CurrentOutputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Amps
    Units of measurement for current values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <ResistanceInputAttributes> —Tag describing the characteristics of an resistance input signal.
    Table 35. <ResistanceInputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Ohms
    Units of measurement for resistance values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <ResistanceOutputAttributes> —Tag describing the characteristics of an resistance output signal.
    Table 36. <ResistanceOutputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Ohm
    Units of measurement for resistance values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <PowerInputAttributes> —Tag describing the characteristics of an power input signal.
    Table 37. <PowerInputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Watt
    Units of measurement for power values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <PowerOutputAttributes> —Tag describing the characteristics of an power output signal.
    Table 38. <PowerOutputAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the measurement.
    UnitenumYes
    • Watt
    Units of measurement for power values.
    MinValuedoubleYesMinimum expected value for signal.
    MaxValuedoubleYesMaximum expected value for signal.
  • <ChannelAttributes> —Tag describing a signal carrying information to or from an instrument channel.
    Table 39. <ChannelAttributes> Attributes
    Attribute NameData TypeRequired?Accepted and Default ValuesDescription
    NamestringYesName of the channel.
    ChannelAttributesTypeenumYes
    • Command
    • Feedback
    • Status
    Type of information being carried by the <ChannelAttributes> signal.
  • There are template files for all battery test package XML files stored at <location>, which can be used as models for your tests’ files.