def getAverageVoltage(self): """Get a scaled sample from the output of the oversample and average engine for this channel. The value is scaled to units of Volts using the calibrated scaling data from :func:`getLSBWeight` and :func:`getOffset`. Using oversampling will cause this value to be higher resolution, but it will update more slowly. Using averaging will cause this value to be more stable, but it will update more slowly. :returns: A scaled sample from the output of the oversample and average engine for this channel. """ return hal.getAnalogAverageVoltage(self.port)