CorrectionMode Property (RDKCorrelations Collection Object)
Description
Controls how the RDK deals with invalid correlation matrices at the start of a simulation.
Syntax
object.CorrectionMode
Arguments
None.
Return Value
(RDKCorrectionMode) – one of the three values:
- RDKCorrectAlways – invalid matrices are always (silently) corrected.
- RDKCorrectAskUser – user is prompted to correct invalid matrices. If they decline to correct, an error is raised during the Simulate method of the RDKApplication object. This is the default setting.
- RDKCorrectRaiseError – an error is raised during the Simulate Method of the RDKApplication object.
Example
RDKApp.Correlations.CorrelationMode = RDKCorrectAlways