NX Open C++ Reference Guide
|
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...
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::MotionSensor * | Sensor () |
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. |
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.
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")
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")
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")
alwaysEvaluated | alwaysevaluated |
void NXOpen::Motion::SignalChartListItem::SetDelayTime | ( | double | delayTime | ) |
Sets the delay time
Created in NX6.0.0.
License requirements : nx_motion_motor ("NX Motion Motor")
delayTime | delaytime |
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")
condition | condition |
Sets the sensor
Created in NX6.0.0.
License requirements : nx_motion_motor ("NX Motion Motor")
sensor | sensor |
void NXOpen::Motion::SignalChartListItem::SetSignal | ( | double | signal | ) |
Sets the siganl
Created in NX6.0.0.
License requirements : nx_motion_motor ("NX Motion Motor")
signal | signal |
void NXOpen::Motion::SignalChartListItem::SetThreshold | ( | double | threshold | ) |
Sets the threshold
Created in NX6.0.0.
License requirements : nx_motion_motor ("NX Motion Motor")
threshold | threshold |
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")
timeSensor | timesensor |
double NXOpen::Motion::SignalChartListItem::Signal | ( | ) |
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")
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.