ScrSetUniformTemperature
|
Sets the uniform design temperature. |
|
| UI Command: | Simulation > Options. On the SI/PI tab, enter a value in the Set uniform design temperature to field. |
| Syntax: | obj.ScrSetUniformTemperature(<temp>) |
| Parameters: |
BSTR temp (temperature, including units) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetUniformTemperature "100cel" |
| IPY Example: |
oDoc.ScrSetUniformTemperature('100cel') |