Skip to content

Commit

Permalink
Update help of constant setting block
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoenisch committed Apr 30, 2021
1 parent 51da853 commit 462ba47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
@@ -1,12 +1,11 @@
<!--
Copyright (c) 2015-2019 TraceTronic GmbH
Copyright (c) 2015-2021 TraceTronic GmbH
SPDX-License-Identifier: BSD-3-Clause
-->

<div>
Definition of global constants consisting of an unique name and a value. Numeric value entries will be automatically
converted to a <i>Python integer literal</i>, or to a <i>Python string literal</i>.<br/>
If the global constant does not exist it is created and saved in the current test configuration. This requires
always a configuration reload independent of other settings.
If the global constant does not exist it is created and saved instantly in the current test configuration.
</div>
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2015-2019 TraceTronic GmbH
Copyright (c) 2015-2021 TraceTronic GmbH
SPDX-License-Identifier: BSD-3-Clause
-->
Expand All @@ -8,5 +8,4 @@
Definition von globalen Konstanten bestehend aus einem eindeutigen Namen und einem Wert. Numerische Wertangaben
werden automatisch in ein <i>Python Integer-Literal</i> umgewandelt, sonst in ein <i>Python String-Literal</i>.<br/>
Falls die globale Konstante nicht existiert, wird sie erstellt und in der aktuellen Testkonfiguration gespeichert.
Dies erfordert unabh&auml;ngig von anderen Einstellungen immer ein Neuladen der Konfigurationen.
</div>

0 comments on commit 462ba47

Please sign in to comment.