diff --git a/CHANGELOG.md b/CHANGELOG.md index c5319d3..d3ee62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how Security -- in case of vulnerabilities. --> +## [0.15.3] + +### Fixed +- display.input.option() command signature has been corrected for all tti models + ## [0.15.0] ### Fixed @@ -34,6 +39,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Language feature has been added for DAQ6510 and DMM6500 command set(TSP-304) - Language feature has been added for 24XX and DMM7510 command set(TSP-232) +[0.15.3]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.15.3 [0.15.0]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.15.0 [0.14.1]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.14.1 [0.11.2]: https://github.com/tektronix/tsp-toolkit-webhelp/releases/tag/v0.11.2 diff --git a/WebHelpDocs/Commands_2450/40052.htm b/WebHelpDocs/Commands_2450/40052.htm index 8a5eb0c..bb39f4a 100644 --- a/WebHelpDocs/Commands_2450/40052.htm +++ b/WebHelpDocs/Commands_2450/40052.htm @@ -56,13 +56,13 @@
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
buttonTitle2 + | ... |
-A string that contains the name of the second button; up to 15 characters - |
-|
buttonTitleN - |
-A string that contains the names of subsequent buttons, where N is a number from 3 to 10; you can define up to 10 buttons; each button can be up to 15 characters + | A string that contains the names of subsequent buttons, where N is a number from 2 to 10; you can define up to 10 buttons; each button can be up to 15 characters |
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", "buttonTitle2")
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", "buttonTitle2", "buttonTitleN", ... "buttonTitleN")
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
buttonTitle2 + | ... |
-A string that contains the name of the second button; up to 15 characters - |
-|
buttonTitleN - |
-A string that contains the names of subsequent buttons, where N is a number from 3 to 10; you can define up to 10 buttons; each button can be up to 15 characters + | A string that contains the names of subsequent buttons, where N is a number from 2 to 10; you can define up to 10 buttons; each button can be up to 15 characters |
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", "buttonTitle2")
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", "buttonTitle2", "buttonTitleN", ... "buttonTitleN")
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
buttonTitle2 + | ... |
-A string that contains the name of the second button; up to 15 characters - |
-|
buttonTitleN - |
-A string that contains the names of subsequent buttons, where N is a number from 3 to 10; you can define up to 10 buttons; each button can be up to 15 characters + | A string that contains the names of subsequent buttons, where N is a number from 2 to 10; you can define up to 10 buttons; each button can be up to 15 characters |
Usage
-display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
+BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)
n + | BUTTON_OPTIONn |
-The number of the button that is selected from the front-panel display; | n is the number of the button that is selected from the front-panel display; |
buttonTitle2 + | ... |
-A string that contains the name of the second button; up to 15 characters - |
-|
buttonTitleN - |
-A string that contains the names of subsequent buttons, where N is a number from 3 to 10; you can define up to 10 buttons; each button can be up to 15 characters + | A string that contains the names of subsequent buttons, where N is a number from 2 to 10; you can define up to 10 buttons; each button can be up to 15 characters |