Motor Driver Evaluation Kit NEVB-MTR1-t01-1.0.0
Firmware for NEVB-MTR1-KIT1 for trapezoidal control of BLDC motors using Hall-effect sensors
|
Defines a structure for SCPI choice options. More...
#include <scpi_helper.h>
Public Attributes | |
String | stem |
String | suffix |
int8_t | tag |
Defines a structure for SCPI choice options.
This structure is used to define the possible choices for SCPI parameters that accept a limited set of string values. It includes the stem and suffix of the command keyword, as well as a numerical tag associated with the choice.
Definition at line 38 of file scpi_helper.h.
String _SCPI_choice_def_t::stem |
Choice keyword stem.
Definition at line 40 of file scpi_helper.h.
String _SCPI_choice_def_t::suffix |
Choice keyword suffix.
Definition at line 41 of file scpi_helper.h.
int8_t _SCPI_choice_def_t::tag |
Numerical tag.
Definition at line 42 of file scpi_helper.h.