| Name | Value | Type | Description | Subproperties |
| bitrate_fd | 1 | tUInt8 | Sets the bitrates for PEAK CAN FD Device initialization. Use the "custom_bitrate_fd" property for setting another values. | Value List:
500K_1M = 0
500K_2M = 1
500K_5M = 2 |
| custom_bitrate_fd | | cString | Leave empty if "bitrate_fd" property should be used. Otherwise set the bitrates here which you get from the PEAK bitrate calculation tool. The string must look similar to this one: f_clock=80000000,nom_brp=2,nom_tseg1=63,nom_tseg2=16,nom_sjw=16,data_brp=2,data_tseg1=31,data_tseg2=8,data_sjw=8. | |
| peak_device_id | 0x0 | cString | PEAK device id which is set via PEAK-Hardware software. Make sure it is unique. Hex value is supported. | |
| phys_channel | 1 | tUInt32 | If the PEAK device has multiple physical channels set the used channel here starting with 1. If the device has only one physical channel you can leave this property untouched. | |
| share_phys_channel | false | tBool | Set this to true, if you want to receive and send CAN FD data over the same physical channel. Then only the receiver filter will initialize the physical channel on the device and the transmitter will use this initialized channel too. If set to false the transmitter will initializes the physical channel on its own. Use this only if there is a receiver and a transmitter in the same session which shall use the same physical channel. Make sure that the "listen_only" property of the receiver is not set. | |