Schematic 3D Integrator
User Guide
How to use Integrator from the Command Line
:
Integrator Object Methods
: Accept Differences Methods
Accept Differences Methods
A set of methods provide command line access to the functionality for accepting differences.
The following methods can be used to create an acceptance GPWL in a named database or in the first writable database, create an acceptance GPSET, and select an acceptance GPSET to be active.
!!integrator.createAcceptanceGPWLD(!GPWLDName is STRING, !Description is STRING, !OwnerDB is STRING)
!!integrator.CreateAcceptanceGPWLD(!GPWLDName is STRING, !Description is STRING)
!!integrator.CreateAcceptanceGPSET(!GPSETName is STRING, !Description is STRING, !OwnerGPWLD is STRING)
!!integrator.SelectAcceptanceGPSET(!GPSETName is STRING)
The following methods can be used to accept differences on an element or accept a missing element. The methods without the flag are equivalent to the corresponding methods with the flag set true. Setting the flag false has the effect of reversing any acceptance.
!!integrator.AcceptDifferences(!Name is STRING)
!!integrator.AcceptDifferences(!Name is STRING, !Flag is BOOLEAN)
!!integrator.AcceptMissingElement(!Name is STRING)
!!integrator.AcceptMissingElement(!Name is STRING, !Flag is BOOLEAN)
!!integrator.AcceptMissingElement(!Name is STRING, !Flag is BOOLEAN, !IncludeConnectedBranch is BOOLEAN)
The following methods can be used to disable or enable matching on an element. Setting the flag false has the effect of disabling matching.
!!integrator.DisableMatching(!Name is STRING)
!!integrator.EnableMatching(!Name is STRING)
!!integrator.EnableMatching(!Name is STRING, !Flag is BOOLEAN)
!!integrator.EnableMatching(!Name is STRING, !Flag is BOOLEAN, !IncludeConnectedBranch is BOOLEAN)
The following methods can be used to return a report of all accepted differences as an array of strings, or to print it out in the command window.
!arrayOfStrings = !!integratorSupportHandler.acceptedDifferences()
!!integratorSupportHandler.printAllAccepted()
1974 to current year.
AVEVA Solutions Limited and its subsidiaries. All rights reserved.