| | |
| | | extern "C" { |
| | | #endif |
| | | |
| | | |
| | | /* 4.1.3.6 *IDN? */ |
| | | |
| | | #define SCPI_DEFAULT_1_MANUFACTURE "CTU FEE" |
| | | #define SCPI_DEFAULT_2_MODEL "TSI3225" |
| | | #define SCPI_DEFAULT_3 "0" |
| | | #define SCPI_DEFAULT_4_REVISION "01-01" |
| | | |
| | | /* 21.21 :VERSion? |
| | | * YYYY.V |
| | | * YYYY = SCPI year |
| | | * V = SCPI revision |
| | | */ |
| | | /* 21.21 :VERSion? |
| | | * YYYY.V |
| | | * YYYY = SCPI year |
| | | * V = SCPI revision |
| | | */ |
| | | #define SCPI_STD_VERSION_REVISION "1999.0" |
| | | |
| | | /* 21.8 :ERRor Subsystem |
| | | * The maximum string length of <Error/event_description> plus <Device-dependent_info> is 255 characters. |
| | | */ |
| | | #define SCPI_STD_ERROR_DESC_MAX_STRING_LENGTH 255 |
| | | |
| | | #ifdef __cplusplus |
| | | } |
| | | #endif |