examples/common/scpi-def.c
@@ -108,6 +108,8 @@ {.pattern = "MEASure:FRESistance?", .callback = SCPI_StubQ,}, {.pattern = "MEASure:FREQuency?", .callback = SCPI_StubQ,}, {.pattern = "MEASure:PERiod?", .callback = SCPI_StubQ,}, {.pattern = "SYSTem:COMMunication:TCPIP:CONTROL?", .callback = SCPI_SystemCommTcpipControlQ,}, SCPI_CMD_LIST_END }; @@ -117,7 +119,8 @@ .error = SCPI_Error, .reset = SCPI_Reset, .test = SCPI_Test, .srq = SCPI_Srq, .control = SCPI_Control, .flush = SCPI_Flush, }; #define SCPI_INPUT_BUFFER_LENGTH 256