3.3.3.36. performWritePoint()

DataHubConnection.DataHubConnection.performWritePoint ( self, pointname, point_type, strval, seconds, nanoseconds, quality, create, force)

Perform the actual write to a point. This is called by WritePoint.

Arguments:
    pointname: The name of the point.
    point_type: The type of the point.
    strval: The value to write.
    seconds: The seconds part of the timestamp.
    nanoseconds: The nanoseconds part of the timestamp.
    quality: The quality of the point.
    create: Whether to create the point if it doesn't exist.
    force: Whether to force the write.
Returns:
    The result of the sendCommand function.