maxDeviceStorageTemp |
appearance as argument number 1 |
(documentation maxDeviceStorageTemp EnglishLanguage "The maximum safe rated temperature at which a device may be stored. Storing the device in an environment above the temperature is likely to result in a Damaging of the Device.") | ComputingBrands.kif 3653-3655 | |
(domain maxDeviceStorageTemp 1 Device) | ComputingBrands.kif 3648-3648 | The number 1 argument of maximum device storage temperature is an instance of device |
(domain maxDeviceStorageTemp 2 TemperatureMeasure) | ComputingBrands.kif 3649-3649 | The number 2 argument of maximum device storage temperature is an instance of temperature measure |
(instance maxDeviceStorageTemp BinaryPredicate) | ComputingBrands.kif 3647-3647 | maximum device storage temperature is an instance of binary predicate |
appearance as argument number 2 |
(format EnglishLanguage maxDeviceStorageTemp "maximum device storage temperature of %1 is %2") | ComputingBrands.kif 3652-3652 | |
(termFormat EnglishLanguage maxDeviceStorageTemp "maximum device storage temperature") | ComputingBrands.kif 3651-3651 |
antecedent |
(=> (holdsDuring ?T (and (maxDeviceStorageTemp ?D (MeasureFn ?T1 ?U)) (instance ?U UnitOfTemperature) (located ?D ?A) (attribute ?D DeviceOff) (airTemperature ?A (MeasureFn ?T2 ?U)) (greaterThan ?T2 ?T1))) (modalAttribute (holdsDuring (ImmediateFutureFn ?T) (attribute ?D DeviceDamaged)) Likely)) |
ComputingBrands.kif 3657-3670 |
|