public interface SimConditionParam extends TaggedObject
SimConditionParam
represents a measurable environment. A SimCondition
consists of specified values for
all SimConditionParam
, thus defining a state of the measurable environment.
SimConditionSeqMgr
. Modifier and Type | Method and Description |
---|---|
void |
modify(String name,
Unit units)
Modifies the name and units of
SimConditionParam . |
String |
name()
Returns the parameter name
License requirements: None. |
Unit |
units()
Returns the parameter units
License requirements: None. |
printTestData, printTestData, tag, tagValue
String name() throws NXException, RemoteException
NXException
RemoteException
Unit units() throws NXException, RemoteException
NXException
RemoteException
void modify(String name, Unit units) throws NXException, RemoteException
SimConditionParam
.
An error will be issued if new name clashes with existing SimConditionParam
.
Measure of units cannot be modified.
name
- units
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.