Sensors Property
Description
String value representing the list of sensors--by number--to be used for temperature compensation. The format of the list is a series of consecutive sensor numbers. The series are specified using the hyphen between the first number and the last number of the series. Each non-consecutive sensor or group of sensors is separated by the comma (or the typical separator for the given locale).
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Sensors As String |
Return Type
Read/write String value.
Example
Example: The sensors 2, 4, 5, 6, 8, 10, 11, 12, 13 would be represented as "2,4-6,8,10-13".
See Also