ValidateConfigCommand Object


Description:

Validates the current configuration. An ActiveEvent will be created for each warning and error. Warnings and errors will also be written to the log.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

ValidateConfigCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
MaxErrorCount

Command will abort after this many errors.

Type: u32

Default: 30

MaxErrorPerPortCount

Command will abort if the number of errors on any port exceeds this value.

Type: u32

Default: 10

MaxWarningCount

Command will abort if the number of warnings exceeds this value.

Type: u32

Default: 30

MaxWarningPerPortCount

Command will abort if the number of errors on any port exceeds this value.

Type: u32

Default: 10

ValidateConfigCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status
ErrorCount

After the command has completed, this attribute will contain the total number of errors.

Type: u32

Default: 0

WarningCount

After the command has completed, this attribute will contain the total number of warnings.

Type: u32

Default: 0