| Name | Value | Type | Description | Subproperties |
| baud_rate | 0 | tUInt64 | Since this filter uses an empty database the baud rate must be set and cannot be 0. In default case choose the cluster's baud rate in the database. See NIXNET API Doc "Interface:64bit Baud Rate" for more info. | |
| can_io_mode | 1 | tUInt32 | Specifies the CAN I/O Mode of the session. See NIXNET API Doc "CAN:I/O Mode" for more info. | Value List:
CAN = 0
CAN_FD = 1
CAN_FD_BRS = 2 |
| channel | 1 | tUInt8 | CAN channel on which the the frames are sent. | |
| fd_baud_rate | 0 | tUInt64 | Sets the fast data baud rate if CAN IO MODE is CAN_FD_BRS. Since this filter uses an empty database the baud rate must be set and cannot be 0. See NIXNET API Doc "Interface:CAN:64bit FD Baud Rate" for more info. | |
| fd_iso_mode | 0 | tUInt32 | Valid only when the interface is in CAN FD (+BRS) mode. It specifies whether the interface is working in the ISO CAN FD standard(ISO standard 11898 - 1:2015) or non - ISO CAN FD standard(Bosch CAN FD 1.0 specification). See NIXNET API Doc "Interface:CAN:FD ISO Mode" for more info. | Value List:
ISO = 0
NON_ISO = 1
ISO_LEGACY = 2 |
| listenOnly | false | tBool | Configures whether the CAN interface transmits any information to the CAN bus. When this property is false, the interface can transmit CAN frames and acknowledge received CAN frames. When this property is true, the interface can neither transmit CAN frames nor acknowledge a received CAN frame. | |
| nx_interface_id | CAN1 | cString | The name of the NI CAN interface you wish to use. CAN1, CAN2, CAN3... | |
| speed | 5000 | tInt64 | Manages after how many ns the filter will look for new data. | |