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...
 
double DelayTime ()
 Returns the delay time
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 SetDelayTime (double delayTime)
 Sets the delay time
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 SetSignal (double signal)
 Sets the siganl
More...
 
void SetThreshold (double threshold)
 Sets the threshold
More...
 
void SetTimeSensor (NXOpen::Motion::SignalChartListItem::Timer timeSensor)
 Sets the time sensor
Created in NX6.0.0. More...
 
double Signal ()
 Returns the siganl
More...
 
NXOpen::ExpressionSignalExpression ()
 Returns the threshold expression
Created in NX8.5.0. More...
 
double Threshold ()
 Returns the threshold
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")

double NXOpen::Motion::SignalChartListItem::DelayTime ( )

Returns the delay time

Deprecated:
Deprecated in NX8.5.0.

Obtain the expression using Motion::SignalChartListItem::DelayTimeExpression to query or edit it.


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::SetDelayTime ( double  delayTime)

Sets the delay time

Deprecated:
Deprecated in NX8.5.0.

Obtain the expression using Motion::SignalChartListItem::DelayTimeExpression to query or edit it.


Created in NX6.0.0.

License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
delayTimedelaytime
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::SetSignal ( double  signal)

Sets the siganl

Deprecated:
Deprecated in NX8.5.0.

Obtain the expression using Motion::SignalChartListItem::SignalExpression to query or edit it.


Created in NX6.0.0.

License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
signalsignal
void NXOpen::Motion::SignalChartListItem::SetThreshold ( double  threshold)

Sets the threshold

Deprecated:
Deprecated in NX8.5.0.

Obtain the expression using Motion::SignalChartListItem::ThresholdExpression to query or edit it.


Created in NX6.0.0.

License requirements : nx_motion_motor ("NX Motion Motor")

Parameters
thresholdthreshold
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
double NXOpen::Motion::SignalChartListItem::Signal ( )

Returns the siganl

Deprecated:
Deprecated in NX8.5.0.

Obtain the expression using Motion::SignalChartListItem::SignalExpression to query or edit it.


Created in NX6.0.0.

License requirements : nx_motion_motor ("NX Motion Motor")

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

Returns the threshold expression
Created in NX8.5.0.



License requirements : nx_motion_motor ("NX Motion Motor")

double NXOpen::Motion::SignalChartListItem::Threshold ( )

Returns the threshold

Deprecated:
Deprecated in NX8.5.0.

Obtain the expression using Motion::SignalChartListItem::ThresholdExpression to query or edit it.


Created in NX6.0.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 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.