Accessimport caePrefsAccess getGuiPrefsFileName(...)
This function enables you to retrieve the location of your abaqus_2018.gpr file. PathcaePrefsAccess.getGuiPrefsFileName ArgumentsNone. Return valueA String with the default file name for the GUI preferences file. getDisplayNamesInGuiPreferences(...)
The abaqus_2018.gpr file stores a separate guiPreferences record for each display that you use. This function returns a list of every displayName recorded in the preferences file. PathcaePrefsAccess.getDisplayNamesInGuiPreferences Required arguments
Optional argumentsNone. Return valueA list of Strings of displayNames. ExceptionsNone. printValuesList(...)
This function enables you to print all of the options and their values for a set of guiPreferences or sessionOptions settings derived from the abaqus_2018.gpr file. PathcaePrefsAccess.printValuesList Required arguments
Optional arguments
Return valueA String displaying the path, name, and value for all of the options in the object that you select. ExceptionsNone. openGuiPreferences(...)
This function enables you to examine and change many default behaviors in the Abaqus/CAE graphical user interface. Abaqus stores preferences for each display you use in a separate guiPreferences section of the abaqus_2018.gpr file. PathcaePrefsAccess.openGuiPreferences Required arguments
Optional arguments
Return valueA CaeGuiPrefs object. ExceptionsNone. openSessionOptions(...)
This function enables you to examine and change the default behavior for many session options Abaqus/CAE; that is, the settings that you can save in Abaqus/CAE from the menu option. Abaqus stores default session options in the sessionOptions section of the abaqus_2018.gpr file. PathcaePrefsAccess.openSessionOptions Required argumentsNone. Optional arguments
Return valueA CaeKerPrefs object. ExceptionsNone. |