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
Loading...
Searching...
No Matches
_SCPI_choice_def_t Struct Reference

Defines a structure for SCPI choice options. More...

#include <scpi_helper.h>

Public Attributes

String stem
 
String suffix
 
int8_t tag
 

Detailed Description

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.

Member Data Documentation

◆ stem

String _SCPI_choice_def_t::stem

Choice keyword stem.

Definition at line 40 of file scpi_helper.h.

◆ suffix

String _SCPI_choice_def_t::suffix

Choice keyword suffix.

Definition at line 41 of file scpi_helper.h.

◆ tag

int8_t _SCPI_choice_def_t::tag

Numerical tag.

Definition at line 42 of file scpi_helper.h.


The documentation for this struct was generated from the following file: