Object Convection.AmbientTemperature { get; set; }

Property used to get and set the ambient temperature data The setter allows the use of a table object, an expression contained in a string or a quantity object as a data source. Depending on the representation type, the getter return type is a field object or an object which type depends on the source of the ambient temperature data: - On table assignment mode, it returns the source table object. - On function mode, it returns a string containing the expression evaluated to obtain the data. - On constant mode, it returns a quantity object containg the value and the units currently assigned to the ambient temperature. - On tabular mode, it returns a tabularDataTable object.