Reader Formats¶
reader_formats()¶
ReaderFormat¶
-
class
canlib.kvlclib.
ReaderFormat
(id_)[source]¶ Helper class that encapsulates a Reader.
You may list available Readers using:
for format in kvlclib.reader_formats(): print(format)
New in version 1.7.
-
isPropertySupported
(rd_property)[source]¶ Check if specified read property is supported.
Retuns True if the property is supported by input format.
Parameters: rd_property ( canlib.kvlclib.Property
) – Reader property
-