Searched full:reading (Results 1 – 25 of 3862) sorted by relevance
12345678910>>...155
174 …"Indicates that a flow rate reading is no longer below the lower critical threshold but is still o…175 …"Flow rate '%1' reading of %2 L/min is now above the %3 lower critical threshold but remains outsi…188 …"Indicates that a flow rate reading is no longer below the lower fatal threshold but is still outs…189 …"Flow rate '%1' reading of %2 L/min is now above the %3 lower fatal threshold but remains outside …202 "Indicates that a flow rate reading is above the upper caution threshold.",203 "Flow rate '%1' reading of %2 L/min is above the %3 upper caution threshold.",216 "Indicates that a flow rate reading is above the upper critical threshold.",217 "Flow rate '%1' reading of %2 L/min is above the %3 upper critical threshold.",230 "Indicates that a flow rate reading is above the upper fatal threshold.",231 "Flow rate '%1' reading of %2 L/min is above the %3 upper fatal threshold.",[all …]
102 …"Indicates that a current reading is no longer below the lower critical threshold but is still out…103 …"Current '%1' reading of %2 amperes is now above the %3 lower critical threshold but remains outsi…116 …"Indicates that a current reading is no longer below the lower fatal threshold but is still outsid…117 …"Current '%1' reading of %2 amperes is now above the %3 lower fatal threshold but remains outside …130 "Indicates that a current reading is above the upper caution threshold.",131 "Current '%1' reading of %2 amperes is above the %3 upper caution threshold.",144 "Indicates that a current reading is above the upper critical threshold.",145 "Current '%1' reading of %2 amperes is above the %3 upper critical threshold.",158 "Indicates that a current reading is above the upper fatal threshold.",159 "Current '%1' reading of %2 amperes is above the %3 upper fatal threshold.",[all …]
42 "Indicates that the service received an invalid reading from a sensor.",43 "Invalid reading received from sensor '%1'.",54 …"Indicates that a sensor reading is no longer below the lower critical threshold but is still outs…55 …"Sensor '%1' reading of %2 (%3) is now above the %4 lower critical threshold but remains outside o…69 …"Indicates that a sensor reading is no longer below the lower fatal threshold but is still outside…70 …"Sensor '%1' reading of %2 (%3) is now above the %4 lower fatal threshold but remains outside of n…84 "Indicates that a sensor reading is above the upper caution threshold.",85 "Sensor '%1' reading of %2 (%3) is above the %4 upper caution threshold.",99 "Indicates that a sensor reading is above the upper critical threshold.",100 "Sensor '%1' reading of %2 (%3) is above the %4 upper critical threshold.",[all …]
13 ... Verify POH Counter Reading With Wait Time14 ... Verify POH Counter Reading With Host Power Off15 ... Verify POH Counter Reading With Host Power On17 ... Script compares Minutes per count and Counter reading for the above scenarios.24 ... Comparison between Initial POH Counter reading and reading after wait65 Verify POH Counter Reading With Wait Time66 [Documentation] Verify POH counter reading with wait time via IPMI.69 # Get initial POH command counter reading.70 ${poh_counter_1}= Run Get POH Command And Return Counter Reading75 # Get POH Counter Reading after waiting for given time period.[all …]
24 [Documentation] Verify temperatures from IPMI sensor reading command using Redfish.26 [Template] Get Temperature Reading And Verify In Redfish34 [Documentation] Verify temperatures from DCMI sensor reading command using Redfish.36 [Template] Get Temperature Reading And Verify In Redfish73 ${ambient_temp_redfish}= Get Temperature Reading From Redfish Ambient84 Test Power Reading Via IPMI With Host Off85 [Documentation] Verify power reading via IPMI with host in off state90 ${ipmi_reading}= Get IPMI Power Reading93 ... msg=Power reading not zero when power is off.96 Test Power Reading Via IPMI With Host Booted[all …]
23 description: The reading of the sensor.27 description: The reading units of measure.45 description: The reading of the sensor.49 description: The reading units of measure.67 description: The reading of the sensor.71 description: The reading units of measure.89 description: The reading of the sensor.93 description: The reading units of measure.111 description: The reading of the sensor.115 description: The reading units of measure.[all …]
97 double reading = 40.0; in TEST() local99 convertedValue = sensor.conversionFormula(reading); in TEST()198 // reading 35->40->45->38->35->30->25->32->35 in TEST()201 double reading = 35; in TEST() local202 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST()205 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST()209 reading = 40; in TEST()210 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST()213 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST()217 reading = 45; in TEST()[all …]
3 Documentation Module to test dcmi get temperature reading functionality.28 Verify Get Temperature Reading Command For Inlet Temperature Sensor29 [Documentation] Verify IPMI Get Temperature Reading command for inlet temperature sensor.35 Verify Reading With IPMI ${ipmi_resp} ${1} inlet36 # Verify Temperature Reading With Dbus URI ${ipmi_resp} inlet ${1}38 Verify Get Temperature Reading Command For CPU 0 Temperature Sensor39 [Documentation] Verify IPMI Get Temperature Reading command for cpu0 temperature sensor.45 Verify Reading With IPMI ${ipmi_resp} ${1} cpu46 # Verify Temperature Reading With Dbus URI ${ipmi_resp} cpu ${1}48 Verify Get Temperature Reading Command For CPU 1 Temperature Sensor[all …]
6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er…8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er…11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error[all …]
25 stops, respectively. Reading the file returns the keywords40 Description: Reading this file returns the pid of the kdamond if it is53 Description: Reading this file returns the available monitoring operations63 operations set. Reading the file returns the keyword for the73 DAMON context in microseconds as the value. Reading this file80 the DAMON context in microseconds as the value. Reading this87 DAMON context in microseconds as the value. Reading this file95 monitoring regions of the DAMON context as the value. Reading102 monitoring regions of the DAMON context as the value. Reading115 Description: Writing to and reading from this file sets and gets the pid of[all …]
88 // Returns true if this is the first successful reading90 bool updateReading(double reading, int raw) in updateReading() argument99 // Sensors can use "nan" to indicate unavailable reading in updateReading()100 if (!(std::isfinite(reading))) in updateReading()106 << ": Missing reading, byte=" << raw in updateReading()107 << ", Reading counts good=" << numReadings in updateReading()123 << ": Recovered reading, value=" << reading << " byte=" in updateReading()124 << raw << ", Reading counts good=" << numReadings in updateReading()129 // Initialize min/max if the first successful reading in updateReading()133 << ": First reading, value=" << reading << " byte=" << raw in updateReading()[all …]
12 InsKeyPad-8 say from top of screen to reading cursor.18 InsKeyPad-4 say from left edge of line to reading cursor.20 InsKeyPad-6 Say from reading cursor to right edge of line.26 InsKeyPad-plus Say from reading cursor line to bottom of screen.27 KeyPad-Minus Park reading cursor (toggle)31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup)32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home)34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)35 ControlKeyPad-1 Move reading cursor to last character on current line.[all …]
47 "PhysicalSensor": "The reading is acquired from a physical sensor.",48 "Reported": "The reading is obtained from software or a device.",49 …"Synthesized": "The reading is obtained by applying a calculation on one or more properties or mul…121 "Delta": "A reading that reports the difference between two measurements.",122 "Headroom": "A reading that decreases as it approaches a defined reference point.",123 "Zero": "A zero-based reading."126 …"Delta": "This value shall indicate a reading that reports the difference between two measurements…127 …"Headroom": "This value shall indicate a reading that decreases in value as it approaches the refe…128 "Zero": "This value shall indicate a reading with zero as its reference point."196 …consumption since the sensor metrics were last reset. The value of the `Reading` property shall b…[all …]
82 … "description": "The value at which the reading is below normal range but not yet fatal.",83 …hich the `Reading` property is below the normal range but is not yet fatal. The value of the prop…91 … "description": "The value at which the reading is below normal range and fatal.",92 …at which the `Reading` property is below the normal range and is fatal. The value of the property…100 "description": "The value at which the reading is below normal range.",101 …e value at which the `Reading` property is below normal range. The value of the property shall us…120 … highest possible value for the `Reading` property. The value of the property shall use the same …135 …e lowest possible value for the `Reading` property. The value of the property shall use the same …183 "Reading": { object185 "longDescription": "This property shall contain the fan sensor reading.",[all …]
35 …be applied to the metric reading. Provides information to the client on the suitability of calcul…42 "NonCalculatable": "No calculations should be performed on the metric reading.",43 … "NonSummable": "The sum of the metric reading across multiple instances is not meaningful.",44 "Summable": "The sum of the metric reading across multiple instances is meaningful."46 …n": "The type shall describe the types of calculations that can be applied to the metric reading.",57 … "Average": "The metric is calculated as the average metric reading over a sliding time interval.",58 … "Maximum": "The metric is calculated as the maximum metric reading over during a time interval.",59 … "Minimum": "The metric is calculated as the minimum metric reading over a sliding time interval.",63 …"Average": "The metric shall be calculated as the average metric reading over a sliding time inter…64 …"Maximum": "The metric shall be calculated as the maximum metric reading over a sliding time inter…[all …]
17 "Reading": 118.2 number21 "Reading": 203.5 number26 "Reading": 5.19 number31 "Reading": 5.19 number36 "Reading": 937.4, number44 "Reading": 937.4, number52 "Reading": 60.0 number56 "Reading": 325675.0 number
50 and array of metric Id, metadata, reading value and timestamp of51 single reading update in milliseconds. Metric Id and metadata are84 Defines the name of reading report to be exposed over D-Bus.105 Store maximal reading during defined time period.108 Store minimal reading during defined time period.121 On sensor reading change.134 Last sensor reading is written to Readings overwriting the139 Append sensor reading to Readings up to limit specify in143 Append sensor reading to Readings up to limit specify in151 The corresponding metric apply to a point in time. The reading[all …]
87 // Returns true if this is the first successful reading89 bool updateReading(double reading, int raw) in updateReading() argument98 // Sensors can use "nan" to indicate unavailable reading in updateReading()99 if (!(std::isfinite(reading))) in updateReading()105 << ": Missing reading, byte=" << raw in updateReading()106 << ", Reading counts good=" << numReadings in updateReading()122 << ": Recovered reading, value=" << reading << " byte=" in updateReading()123 << raw << ", Reading counts good=" << numReadings in updateReading()128 // Initialize min/max if the first successful reading in updateReading()132 << ": First reading, value=" << reading << " byte=" << raw in updateReading()[all …]
130 * for the get sensor reading command.136 * @return Response for get sensor reading command.145 * reading command response.149 * @return Response for get sensor reading command.154 * @brief Maps the Dbus info to the reading field in the Get sensor reading159 * @return Response for get sensor reading command.170 * @return Response for get sensor reading command.193 /** @brief Map the Dbus info to the reading field in the Get sensor reading199 * @return Response for get sensor reading command.332 * reading command response.[all …]
110 int reading; in powr1220_read_adc() local122 * max reading. in powr1220_read_adc()140 /* get the ADC reading */ in powr1220_read_adc()145 reading = result >> 4; in powr1220_read_adc()147 /* get the upper half of the reading */ in powr1220_read_adc()152 reading |= result << 4; in powr1220_read_adc()154 /* now convert the reading to a voltage */ in powr1220_read_adc()155 reading *= ADC_STEP_MV; in powr1220_read_adc()156 data->adc_values[ch_num] = reading; in powr1220_read_adc()159 result = reading; in powr1220_read_adc()[all …]
27 # Check sensor reading is not equal to null.44 Check Sensor Status And Reading Via Sensor Info54 Check Sensor Status And Reading Via Sensor Info56 Check Sensor Status And Reading Via Sensor Info57 ... ${resp.dict['Fans']} Reading65 Check Sensor Status And Reading Via Sensor Name ${sensor_name}143 Check Sensor Status And Reading Via Sensor Name144 [Documentation] Check Sensor Status And Reading Via Sensor Name.159 ... or ${resp.dict['Reading']} == ${null}165 Check Sensor Status And Reading Via Sensor Info[all …]
211 <Property Name="Reading" Type="Edm.Decimal">219 <Annotation Term="OData.Description" String="The units of the reading, thresholds, and other reading-related properties in UCUM c/s format."/>220 <Annotation Term="OData.LongDescription" String="This property shall contain the units of the sensor's reading, thresholds, and other reading-related properties. The value shall follow the case-sensitive symbol format defined by the Unified Code for Units of Measure (UCUM), as specified by the 'Units of measure annotation' clause of the Redfish Specification."/>270 <Annotation Term="OData.Description" String="The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units."/>322 <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum possible value of the `Reading` property for this sensor. This value is the range of valid readings for this sensor. Values outside this range are discarded as reading errors."/>327 <Annotation Term="OData.LongDescription" String="This property shall indicate the minimum possible value of the `Reading` property for this sensor. This value is the range of valid readings for this sensor. Values outside this range are discarded as reading error[all...]