Configurable AD Convertor

From RadiWiki
Jump to navigation Jump to search

Configurable AD Converter Configuration Window.png

ScreenElementDescription.svg Reset The reset code that needs to be send to device. When left blank no command will be send.
ScreenElementDescription.svg Init The Init code that needs to be send to device. When left blank no command will be send.
ScreenElementDescription.svg Get Id The code that needs to be send to device to get the identification back. A common used SCPI command is *IDN?. When left blank no command will be send.

Channel

ScreenElementDescription.svg Trigger and Reading
ScreenElementDescription.svg Trigger The command need to trigger the measurement. A common used SCPI is *TRG. When left blank no command will be send.
ScreenElementDescription.svg Read Back In the read back the returned information is defined. This is different for every type of machine there for RadiMation® used regular expressions to understand the format. A good expression for finding the first number(s) in a textstring is:
([0-9]*\.?[0-9]+([eE]?-?[0-9]+)?)

For more possibilities see the example section

ScreenElementDescription.svg Trigger and Reading
ScreenElementDescription.svg Minimum value The lowest value that can be measured with this device. The value must be the same as filled in the EUT window.
ScreenElementDescription.svg Maximum value The highest value that can be measured with this device. The value must be the same as filled in the EUT window.


readback example(s)

Second Value

There are where the expression ([0-9]*\.?[0-9]+([eE]?-?[0-9]+)?) is giving the wanted result.