Questions asked
Answers given
Hello Sanket, To create a protocol with dynamic HTTP Endpoints, you can create a parameter that will store the url for the current endpoint and specify the pid in your request in your session. pid attribute...
View QuestionIf you are using it to get a column of data, you probably should drill down from the DMS in your script. Method GetDms | DataMiner Docs Method GetElement | DataMiner Docs Method GetTable | DataMiner...
View QuestionignoreTimeout attribute | DataMiner Docs You can disable timeout on specific API calls in you protocol by setting ignoreTimeout="true" in the connection element. To display the error in a table, you could...
View QuestionYou could do a parameter with a checkbox for each option and then use a QAction to combine the values into a single string.
View QuestionWe found that for our purposes that having an exception for updating the table cell value was fine. We would have it update to an empty string on repoll.
View QuestionignoreTimeout attribute | DataMiner Docs You can disable timeout for that specific session or connection.
View QuestionDynamicUnits element | DataMiner Docs When dynamic units are enabled while decimals are set to 1 or less, DataMiner will display so that at least 3 significant figures are shown.
View Question