SetDataProfile/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „SetDataProfile“)
 
(Založena nová stránka s textem „== Output parameters ==“)
 
(Není zobrazeno 12 mezilehlých verzí od stejného uživatele.)
Řádek 3: Řádek 3:
 
[[Category:GuiMaster Library]]
 
[[Category:GuiMaster Library]]
  
== Popis ==
+
== Description ==
  
 
'''Alias: SDP'''
 
'''Alias: SDP'''
  
'''Aktivuje datový profil.'''
+
'''Activates data profile.'''
  
Datový profil daný parametrem [[#dataprofile-| DataProfile]] nastaví jako aktivní.
+
[[#dataprofile-| DataProfile]] sets the data profile as active.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="dataprofile-"></span>
 
<span id="dataprofile-"></span>
 
=== DataProfile ===
 
=== DataProfile ===
  
Typ [[Special:MyLanguage/Datové typy#DataProfile | DataProfile]]
+
Type [[Special:MyLanguage/Data types#DataProfile | DataProfile]]
  
Datový profil, který bude aktivován.
+
Data profile to be activated.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not execute.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 30. 1. 2021, 11:57

Jiné jazyky:
English • ‎čeština

Description

Alias: SDP

Activates data profile.

DataProfile sets the data profile as active.

Input parameters

DataProfile

Type  DataProfile

Data profile to be activated.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not execute.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

Output parameters