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

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

Created in NX6.0.0. More...

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

List of all members.

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.
double DelayTime ()
 Returns the delay time
Created in NX6.0.0.
NXOpen::Motion::SignalChartListItem::Condition EventCondition ()
 Returns the event condition
Created in NX6.0.0.
NXOpen::Motion::MotionSensorSensor ()
 Returns the sensor
Created in NX6.0.0.
void SetAlwaysEvaluated (bool alwaysEvaluated)
 Sets the always evaluated
Created in NX6.0.0.
void SetDelayTime (double delayTime)
 Sets the delay time
Created in NX6.0.0.
void SetEventCondition (NXOpen::Motion::SignalChartListItem::Condition condition)
 Sets the event condition
Created in NX6.0.0.
void SetSensor (NXOpen::Motion::MotionSensor *sensor)
 Sets the sensor
Created in NX6.0.0.
void SetSignal (double signal)
 Sets the siganl
Created in NX6.0.0.
void SetThreshold (double threshold)
 Sets the threshold
Created in NX6.0.0.
void SetTimeSensor (NXOpen::Motion::SignalChartListItem::Timer timeSensor)
 Sets the time sensor
Created in NX6.0.0.
double Signal ()
 Returns the siganl
Created in NX6.0.0.
double Threshold ()
 Returns the threshold
Created in NX6.0.0.
NXOpen::Motion::SignalChartListItem::Timer TimeSensor ()
 Returns the time sensor
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a SignalChartListItem, List Item inside a SignalChartBuilder
To create a new instance of this class, use 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

Returns the always evaluated
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Returns the delay time
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Returns the event condition
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Returns the sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Sets the always evaluated
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
alwaysEvaluatedalwaysevaluated

Sets the delay time
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
delayTimedelaytime

Sets the event condition
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
conditioncondition

Sets the sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
sensorsensor

Sets the siganl
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
signalsignal

Sets the threshold
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
thresholdthreshold

Sets the time sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Parameters:
timeSensortimesensor

Returns the siganl
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Returns the threshold
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

Returns the time sensor
Created in NX6.0.0.



License requirements : nx_motion_motor ("NX Motion Motor")

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.