JamSession Class¶
-
class
NXOpen.JamSession¶ Bases:
NXOpen.TaggedObjectRepresents a Jam session
No creator defined as this is an internal class
New in version NX3.0.2.
Properties¶
| Property | Description |
|---|---|
| Tag | Returns the Tag for this object. |
| Colors | used to manage the standard NX colors |
Methods¶
| Method | Description |
|---|---|
| GetAllocationStatistics | Get the allocation statistics |
| GetOMSchema | Returns a schema |
| GetOMSchemas | Returns the schemas |
| NewJamTest | Create new JamTest |
Structs¶
| JamSessionAllocationStatistics_Struct Struct | Allocation statistics |
Method Detail¶
GetAllocationStatistics¶
-
JamSession.GetAllocationStatistics¶ Get the allocation statistics
Signature
GetAllocationStatistics()Returns: Return type: NXOpen.JamSessionAllocationStatistics_StructNew in version NX4.0.0.
License requirements: None.
GetOMSchema¶
-
JamSession.GetOMSchema¶ Returns a schema
Signature
GetOMSchema(name)Parameters: name (str) – Returns: Return type: NXOpen.OMSchemaNew in version NX4.0.0.
License requirements: None.
GetOMSchemas¶
-
JamSession.GetOMSchemas¶ Returns the schemas
Signature
GetOMSchemas()Returns: Return type: list of NXOpen.OMSchemaNew in version NX4.0.0.
License requirements: None.