public class TPCANBitrateFD
extends java.lang.Object
Constructor and Description |
---|
TPCANBitrateFD(java.lang.String value)
Creates a CAN FD bitrate
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Returns the string configuration of the bitrate code.
|
void |
setValue(java.lang.String value)
Sets string configuration of the bitrate code.
|
public TPCANBitrateFD(java.lang.String value)
value
- A CAN FD bitrate string (for instance:
"f_clock_mhz=20, nom_brp=5, nom_tseg1=2, nom_tseg2=1, nom_sjw=1,
data_brp=2, data_tseg1=3, data_tseg2=1, data_sjw=1")public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The new bitrate string configuration