CycleDwell Class

class NXOpen.CAM.CycleDwell

Bases: NXOpen.TaggedObject

Represets a User Defined Event

New in version NX10.0.2.

Properties

Property Description
Dwell Returns or sets the dwell value
DwellMode Returns or sets the dwell type
IsActive Returns or sets the dwell status
Tag Returns the Tag for this object.

Methods

Enumerations

CycleDwellMode Enumeration Available types for dwell mode

Property Detail

Dwell

CycleDwell.Dwell

Returns or sets the dwell value

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

Getter Method

Signature Dwell

Returns:the dwell value
Return type:float

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature Dwell

Parameters:doubleValue (float) – the dwell value

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

DwellMode

CycleDwell.DwellMode

Returns or sets the dwell type

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

Getter Method

Signature DwellMode

Returns:the dwell mode
Return type:NXOpen.CAM.CycleDwellMode

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature DwellMode

Parameters:dwell (NXOpen.CAM.CycleDwellMode) – the dwell mode

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

IsActive

CycleDwell.IsActive

Returns or sets the dwell status

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

Getter Method

Signature IsActive

Returns:the dwell mode status
Return type:bool

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature IsActive

Parameters:bActive (bool) – the dwell mode status

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)