DataHubConnection.DataHubConnection.dividePointValue ( self, point, value)
Divide a point value.
Arguments:
point: The point to divide.
value: The value to divide by.
Returns:
The result of the mathPointValue function.
Throws:
TypeError: If the point is not of type DataHubPoint or str.