NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Motion::SignalChartListItem Class Reference

Represents a SignalChartListItem, List Item inside a SignalChartBuilder
To create a new instance of this class, use NXOpen::Motion::SignalChartCollection::CreateSignalChartListItem

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Motion::SignalChartListItem:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Condition { ConditionLessThan, ConditionGreaterThan }
 signal chart list item condition More...
 
enum  Timer { TimerTimer, TimerAbsoluteTime, TimerUndefined }
 time sensor More...
 

Public Member Functions

bool AlwaysEvaluated ()
 Returns the always evaluated
Created in NX6.0.0. More...
 
NXOpen::ExpressionDelayTimeExpression ()
 Returns the threshold expression
Created in NX8.5.0. More...
 
NXOpen::Motion::SignalChartListItem::Condition EventCondition ()
 Returns the event condition
Created in NX6.0.0. More...
 
NXOpen::Motion::MotionSensorSensor ()
 Returns the sensor
Created in NX6.0.0. More...
 
void SetAlwaysEvaluated (bool alwaysEvaluated)
 Sets the always evaluated
Created in NX6.0.0. More...
 
void SetEventCondition (NXOpen::Motion::SignalChartListItem::Condition condition)
 Sets the event condition
Created in NX6.0.0. More...
 
void SetSensor (NXOpen::Motion::MotionSensor *sensor)
 Sets the sensor
Created in NX6.0.0. More...
 
void SetTimeSensor (NXOpen::Motion::SignalChartListItem::Timer timeSensor)
 Sets the time sensor
Created in NX6.0.0. More...
 
NXOpen::ExpressionSignalExpression ()
 Returns the threshold expression
Created in NX8.5.0. More...
 
NXOpen::ExpressionThresholdExpression ()
 Returns the threshold expression
Created in NX8.5.0. More...
 
NXOpen::Motion::SignalChartListItem::Timer TimeSensor ()
 Returns the time sensor
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a SignalChartListItem, List Item inside a SignalChartBuilder
To create a new instance of this class, use NXOpen::Motion::SignalChartCollection::CreateSignalChartListItem

Created in NX6.0.0.


Member Enumeration Documentation

signal chart list item condition

Enumerator
ConditionLessThan 

Less than.

ConditionGreaterThan 

Greater than.

time sensor

Enumerator
TimerTimer 

Timer.

TimerAbsoluteTime 

Absolute time.

TimerUndefined 

Undefined, undefined timer for the sensor signal.

Member Function Documentation

bool NXOpen::Motion::SignalChartListItem::AlwaysEvaluated ( )

Returns the always evaluated
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

NXOpen::Expression* NXOpen::Motion::SignalChartListItem::DelayTimeExpression ( )

Returns the threshold expression
Created in NX8.5.0.



License requirements : nx_motion_motor ("NX Motion Motor")

NXOpen::Motion::SignalChartListItem::Condition NXOpen::Motion::SignalChartListItem::EventCondition ( )

Returns the event condition
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

NXOpen::Motion::MotionSensor* NXOpen::Motion::SignalChartListItem::Sensor ( )

Returns the sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

void NXOpen::Motion::SignalChartListItem::SetAlwaysEvaluated ( bool  alwaysEvaluated)

Sets the always evaluated
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
alwaysEvaluatedalwaysevaluated
void NXOpen::Motion::SignalChartListItem::SetEventCondition ( NXOpen::Motion::SignalChartListItem::Condition  condition)

Sets the event condition
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
conditioncondition
void NXOpen::Motion::SignalChartListItem::SetSensor ( NXOpen::Motion::MotionSensor sensor)

Sets the sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
sensorsensor
void NXOpen::Motion::SignalChartListItem::SetTimeSensor ( NXOpen::Motion::SignalChartListItem::Timer  timeSensor)

Sets the time sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
timeSensortimesensor
NXOpen::Expression* NXOpen::Motion::SignalChartListItem::SignalExpression ( )

Returns the threshold expression
Created in NX8.5.0.



License requirements : nx_motion_motor ("NX Motion Motor")

NXOpen::Expression* NXOpen::Motion::SignalChartListItem::ThresholdExpression ( )

Returns the threshold expression
Created in NX8.5.0.



License requirements : nx_motion_motor ("NX Motion Motor")

NXOpen::Motion::SignalChartListItem::Timer NXOpen::Motion::SignalChartListItem::TimeSensor ( )

Returns the time sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

virtual bool NXOpen::Motion::SignalChartListItem::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.