Main Content
j1939ParameterGroup
Create J1939 parameter group
Description
creates a parameter group using the pg
= j1939ParameterGroup(database
,name
)name
defined in the
specified database
.
creates parameter groups from the specified J1939 parameter group timetable.
This allows you to convert parameter group timetables into arrays of parameter
group objects to be used in code from earlier versions of the toolbox. For
performance reasons, it is recommended that you work with timetables instead of
parameter group objects.pg
= j1939ParameterGroup(database
,j1939TimeTable)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b