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 @@

display.input.option()

Usage

-

display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

+

BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

- - diff --git a/WebHelpDocs/Commands_2460/40052.htm b/WebHelpDocs/Commands_2460/40052.htm index b03d8b8..f5b6a54 100644 --- a/WebHelpDocs/Commands_2460/40052.htm +++ b/WebHelpDocs/Commands_2460/40052.htm @@ -56,13 +56,13 @@

display.input.option()

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

Usage

-

display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

+

BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

- - diff --git a/WebHelpDocs/Commands_2461/40052.htm b/WebHelpDocs/Commands_2461/40052.htm index 4d2a42d..29a730d 100644 --- a/WebHelpDocs/Commands_2461/40052.htm +++ b/WebHelpDocs/Commands_2461/40052.htm @@ -56,13 +56,13 @@

display.input.option()

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

Usage

-

display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

+

BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

- - diff --git a/WebHelpDocs/Commands_2470/40052.htm b/WebHelpDocs/Commands_2470/40052.htm index 061cf3e..e8030a8 100644 --- a/WebHelpDocs/Commands_2470/40052.htm +++ b/WebHelpDocs/Commands_2470/40052.htm @@ -56,13 +56,13 @@

display.input.option()

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

Usage

-

display.BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

+

BUTTON_OPTIONn = display.input.option("dialogTitle", "buttonTitle1", ...)

- - @@ -78,15 +78,9 @@

display.input.option()

- - - - - - diff --git a/WebHelpDocs/Commands_DAQ6510/40052.htm b/WebHelpDocs/Commands_DAQ6510/40052.htm index 21063dc..76ee0f3 100644 --- a/WebHelpDocs/Commands_DAQ6510/40052.htm +++ b/WebHelpDocs/Commands_DAQ6510/40052.htm @@ -56,14 +56,13 @@

display.input.option()

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

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", ...)

- - @@ -79,15 +78,9 @@

display.input.option()

- - - - - - diff --git a/WebHelpDocs/Commands_DMM6500/40052.htm b/WebHelpDocs/Commands_DMM6500/40052.htm index 21063dc..76ee0f3 100644 --- a/WebHelpDocs/Commands_DMM6500/40052.htm +++ b/WebHelpDocs/Commands_DMM6500/40052.htm @@ -56,14 +56,13 @@

display.input.option()

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

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", ...)

- - @@ -79,15 +78,9 @@

display.input.option()

- - - - - - diff --git a/WebHelpDocs/Commands_DMM7510/40052.htm b/WebHelpDocs/Commands_DMM7510/40052.htm index 782709a..f9c1f8b 100644 --- a/WebHelpDocs/Commands_DMM7510/40052.htm +++ b/WebHelpDocs/Commands_DMM7510/40052.htm @@ -56,13 +56,13 @@

display.input.option()

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

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", ...)

- - @@ -78,15 +78,9 @@

display.input.option()

- - - - - - diff --git a/WebHelpDocs/package-lock.json b/WebHelpDocs/package-lock.json index c7341ee..38b237e 100644 --- a/WebHelpDocs/package-lock.json +++ b/WebHelpDocs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tektronix/web-help-documents", - "version": "0.15.0", + "version": "0.15.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tektronix/web-help-documents", - "version": "0.15.0", + "version": "0.15.3", "license": "ISC" } } diff --git a/WebHelpDocs/package.json b/WebHelpDocs/package.json index afb89c8..3927738 100644 --- a/WebHelpDocs/package.json +++ b/WebHelpDocs/package.json @@ -1,6 +1,6 @@ { "name": "@tektronix/web-help-documents", - "version": "0.15.0", + "version": "0.15.3", "description": "", "main": "index.js", "scripts": {

n

+

BUTTON_OPTIONn

The number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

+

n is the number of the button that is selected from the front-panel display; nil if Cancel is pressed on the keypad; buttons are numbered top to bottom, left to right

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