JournalManager Class

class NXOpen.JournalManager

Bases: object

Represents the JournalManager which is used to query data about journals when recording and replaying journal files.

The language NX is setup to, or currently recording can be determined from NXOpen.Preferences.SessionUserInterface.JournalLanguage().

To obtain an instance of this class, refer to NXOpen.Session

New in version NX11.0.0.

Properties

Property Description
JournalLanguage Returns the language the journal will be recored in.

Methods

Property Detail

JournalLanguage

JournalManager.JournalLanguage

Returns the language the journal will be recored in.

This is a convenience querry, as this will return the same value as NXOpen.Preferences.SessionUserInterface.JournalLanguage()

-------------------------------------

Getter Method

Signature JournalLanguage

Returns:
Return type:NXOpen.Preferences.SessionUserInterfaceJournalLanguageType

New in version NX11.0.0.

License requirements: None.