WriteConfig

define how a step should write data into Wizata.

can use a mapping table (key=dataframe column, value=hardware id or template property).

Attributes

NameTypeDescription
config_iduuid.UUIDtechnical id of this configuration.
datapointsdictmapping dict between dataframe column and Wizata datapoint hardware id or template property.
map_property_namestrdefine name of a context property containing a mapping table to use.

Methods