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 | |
NXOpen::Expression * | DelayTimeExpression () |
Returns the threshold expression Created in NX8.5.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 | |
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 | |
void | SetThreshold (double threshold) |
Sets the threshold | |
void | SetTimeSensor (NXOpen::Motion::SignalChartListItem::Timer timeSensor) |
Sets the time sensor Created in NX6.0.0. | |
double | Signal () |
Returns the siganl | |
NXOpen::Expression * | SignalExpression () |
Returns the threshold expression Created in NX8.5.0. | |
double | Threshold () |
Returns the threshold | |
NXOpen::Expression * | ThresholdExpression () |
Returns the threshold expression Created in NX8.5.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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
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.
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
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")
alwaysEvaluated | alwaysevaluated |
void NXOpen::Motion::SignalChartListItem::SetDelayTime | ( | double | delayTime | ) |
Sets the delay time
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")
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 |
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")
sensor | sensor |
void NXOpen::Motion::SignalChartListItem::SetSignal | ( | double | signal | ) |
Sets the siganl
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")
signal | signal |
void NXOpen::Motion::SignalChartListItem::SetThreshold | ( | double | threshold | ) |
Sets the threshold
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")
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
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
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 |
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.