Hello,
Is it possible to use in QA Class “Parameter” for parameter of <type> read bit </type>? For example, instead of using parameter number ( protocol.GetParameter(147) ), I want to use
Class "Parameter" ( protocol.GetParameter(Parameter.name_147)). Try it but not work. In DIS, when editing QA there are no IntellySense possibilities in Class "Parameter" for parameters of "read bit" type. With other types of parameters Class "Parameter" working fine.
Maybe I declared something wrong in "read bit" parameters?
Thank you!
The Parameter class only provides entries for parameters of type "read" or "write" (entries of the latter type are found under the Parameter.Write class).
For all other types, the QAction_Helper code will not generate entries under the Parameter class.