minDeviceStorageTemp |
appearance as argument number 1 |
(documentation minDeviceStorageTemp EnglishLanguage "The minimum safe rated temperature at which a device may be stored. Storing the device in an environment below the temperature is likely to result in a Damaging of the Device.") | ComputingBrands.kif 3704-3706 | |
(domain minDeviceStorageTemp 1 Device) | ComputingBrands.kif 3698-3698 | The number 1 argument of minimum device storage temperature is an instance of device |
(domain minDeviceStorageTemp 2 TemperatureMeasure) | ComputingBrands.kif 3699-3699 | The number 2 argument of minimum device storage temperature is an instance of temperature measure |
(instance minDeviceStorageTemp BinaryPredicate) | ComputingBrands.kif 3697-3697 | minimum device storage temperature is an instance of binary predicate |
appearance as argument number 2 |
(format EnglishLanguage minDeviceStorageTemp "minimum device storagqqqe temperature of %1 is %2") | ComputingBrands.kif 3702-3702 | |
(termFormat EnglishLanguage minDeviceStorageTemp "minimum device storage temperature") | ComputingBrands.kif 3701-3701 |
antecedent |
(=> (holdsDuring ?T (and (minDeviceStorageTemp ?D (MeasureFn ?T1 ?U)) (instance ?U UnitOfTemperature) (located ?D ?A) (attribute ?D DeviceOff) (airTemperature ?A (MeasureFn ?T2 ?U)) (lessThan ?T2 ?T1))) (modalAttribute (holdsDuring (ImmediateFutureFn ?T) (attribute ?D DeviceDamaged)) Likely)) |
ComputingBrands.kif 3708-3721 |
|