Writer Formats¶
writer_formats()¶
WriterFormat¶
-
class
canlib.kvlclib.
WriterFormat
(id_)[source]¶ Helper class that encapsulates a Writer.
You may list available Writers using:
for format in kvlclib.writer_formats(): print(format)
-
isPropertySupported
(wr_property)[source]¶ Check if specified write property is supported.
Retuns True if the property is supported by output format.
Parameters: wr_property ( canlib.kvlclib.Property
) – Writer propertyReturns: bool
-