XTC sampling temperature
double? get xtcT => _xtcT;
set xtcT(double? value) { _xtcT = value; notifyListeners(); }