All Frameworks Object Hierarchy This Framework Indexes
| o Property ComputationDir( | ) As |
myJob.ComputationDir = "D:\CompDir"
| o Property ContactPrint( | ) As |
myJob.ContactPrint = False
| o Property Description( | ) As |
myJob.Description = "AutomatedJob"
| o Property EchoPrint( | ) As |
myJob.EchoPrint = True
| o Property HistoryPrint( | ) As |
myJob.HistoryPrint = True
| o Property InputFileFormat( | ) As |
Legal values: False (an assembly of separate parts) True (a single part)
myJob.InputFileFormat = True
| o Property MaxMemory( | ) As |
myJob.MaxMemory = 60
| o Property MemoryUnit( | ) As |
Legal values: PERCENT MEGABYTES
myJob.MemoryUnit = PERCENT
| o Property ModelConsistencyCheck( | ) As |
myJob.ModelConsistencyCheck = False
| o Property ModelPrint( | ) As |
myJob.ModelPrint = False
| o Property NumCpus( | ) As |
myJob.NumCpus = 3
| o Property ParallelizationMethodStandard( | ) As |
Legal values: TREE SUPERNODE
myJob.ParallelizationMethodStandard = TREE
| o Property RestartReadInterval( | ) As |
myJob.RestartReadInterval = 10
| o Property RestartReadJob( | ) As |
myJob.RestartReadJob = "D:\myoriginaljob.odb"
| o Property RestartReadOption( | ) As |
Legal values: ABQ_RESTART_END_OF_STEP - The current step is terminated from which restart is being made and restarts from end of that step. ABQ_RESTART_INTERVAL - Analysis will restart from the specified interval number within the specified step.
myJob.RestartReadOption = ABQ_RESTART_END_OF_STEP
| o Property RestartReadStepNumber( | ) As |
myJob.RestartReadStepNumber = 2
| o Property RestartReadStepSelectionOption( | ) As |
Legal values: ABQ_STEP_OBJECT - Selects step object ABQ_STEP_NUMBER - Selects step by step number
myJob.RestartReadStepSelectionOption = ABQ_STEP_OBJECT
| o Property RestartReadStep( | ) As |
myJob.RestartReadStep = 2
| o Property RestartRequestFrequencyValue( | ) As |
myJob.RestartRequestFrequencyValue = 10
| o Property RestartRequestFrequency( | ) As |
Legal values: 0 (None) 1 (After each increment) 999 (After the last increment in each step and after the last increment of the analysis)
myJob.RestartRequestFrequency = 999
| o Property RestartRequestIntervalValue( | ) As |
myJob.RestartRequestIntervalValue = 10
| o Property RestartRequestOption( | ) As |
Legal values: ABQ_RESTART_NONE - No restart data. ABQ_RESTART_EVERYINC - Collect on every increment. ABQ_RESTART_SPECINC - Used to define the frequency to collect the data. Used in conjunction with RestartRequestFrequencyValue. ABQ_RESTART_NUMINT - Used to define the interval to collect the data. Used in conjunction with RestartRequestIntervalValue. ABQ_RESTART_LASTINC - Collect after the last increment in each step and after the last increment of the analysis.
myJob.RestartRequestOption = RESTART_EVERYINC
| o Property RestartRequestOverlay( | ) As |
myJob.RestartRequestOverlay = True
| o Property RestartRequestTimeMarks( | ) As |
myJob.RestartRequestTimeMarks = True
| o Property Scratch( | ) As |
myJob.Scratch = "D:\Scratch"
| o Property Source( | ) As |
myJob.Source = True
| o Property Type( | ) As |
Legal values: ANALYSIS DATACHECK CONTINUE SYNTAXCHECK RESTART
myJob.Type = ANALYSIS
| o Property UserSubroutine( | ) As |
myJob.UserSubroutine = "D:\UserSub"
| o Sub SubmitJob( | ) |
| o Sub WriteInputFile( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.