Current attributes
- Last UpdatedJul 20, 2024
- 2 minute read
The following table lists all Sequencer object attributes associated with the currently active step at run time:
|
Attribute |
Description |
Run-time access |
|---|---|---|
|
.Current.JumpConditionConfig |
The string representation of the step condition configuration. For a full description, read the section XML roots and sub-roots. <condition type>|<timer preset>|<trigger expression> Where: <condition type> consists of 3 characters indicating the condition, trigger, and timer type: <Timer preset> always has the format: <dd>:<hh>:<mm>:<ss> where the delimiter is always: <trigger expression> is the only variable length section of this syntax. It can have the form: <Alias name> for Boolean or data change evaluation (trigger T,F,t,f,c) Where Alias name is any symbolic Alias name used by the Sequencer. |
Read-Only |
|
.Current.JumpConditionState |
Shows the jump trigger condition evaluation result. TRUE if Jump condition is TRUE else FALSE. |
Read-Only |
|
.Current.JumpTimeRemaining |
Remaining time of the jump timer in seconds. |
Read-Only |
|
.Current.JumpTimerRunning |
Shows if the jump timer is running. |
Read-Only |
|
.Current.JumpToStepName |
Represents the name of the destination step that the Sequencer Object jumps to on jump transition in the current step. |
Read-Only |
|
.Current.JumpWriteOnExit |
Shows if WriteOnExit is set for the Jump Condition of the current step. |
Read-Only |
|
.Current.OnEntryAliasNames |
Shows the string array list of the current step OnEntry output names. |
Read-Only |
|
.Current.OnEntryOutputCnt |
Shows the number of outputs in the OnEntry Alias and value arrays. |
Read-Only |
|
.Current.OnEntryOutputValues |
Shows the string array list of the current step OnEntry output set values. |
Read-Only |
|
.Current.OnExitAliasNames |
Shows the string array list of the current step OnExit output Alias names. |
Read-Only |
|
.Current.OnExitOutputCnt |
Shows the number of outputs in the OnExit Alias and value arrays. |
Read-Only |
|
.Current.OnExitOutputValues |
Shows the string array list of the current step OnExit output set values. |
Read-Only |
|
.Current.StepConditionConfig |
Shows the string representation of the step condition configuration. For a full description, read the section XML roots and sub-roots. <condition type>|<timer preset>|<trigger expression> Where: <condition type> consists of 3 characters indicating the condition, trigger and timer type: <Timer preset> always has the format: <dd>:<hh>:<mm>:<ss> where the delimiter is always: <trigger expression> is the only variable length section of this syntax. It can have the form: <Alias name> for Boolean or data change evaluation (trigger T,F,t,f,c) Where Alias name is any symbolic Alias name used by the Sequencer. |
Read-Only |
|
.Current.StepConditionState |
Shows the step condition evaluation result. TRUE if the step condition is TRUE else FALSE. |
Read-Only |
|
.Current.StepDuration |
Shows the elapsed time since the start of the current step. |
Read-Only |
|
.Current.StepName |
Shows the name of the currently active step. Empty string if no step is active. |
Read-Only |
|
.Current.StepStartTime |
Shows the time that the Sequencer Object entered the current step. Resets to the current time when step number changes or the current step is restarted. |
Read-Only |
|
.Current.StepTimeRemaining |
Shows the remaining time of the step timer. |
Read-Only |
|
.Current.StepTimerRunning |
Shows if the Step timer is running. |
Read-Only |
|
.Current.StepWriteOnExit |
Shows if WriteOnExit is set for the Step Condition of the current step TRUE: Outputs are written before step transition. |
Read-Only |