DataHubConnection.DataHubConnection.writePoint ( self, pointname, value, type = None
, seconds = None
, nanoseconds = None
, quality = None
, create = None
, force = None
)
Write a value to a point.
Arguments:
pointname: The name of the point.
value: The value to write.
type: The type of the point.
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.