| Modifier and Type | Method and Description |
|---|---|
static ICMLControlBlock |
DStabObjectFactory.createBusFreqMeasurement()
Create a BusFreqMeasurement object
|
| Modifier and Type | Method and Description |
|---|---|
ICMLControlBlock |
BaseDStabBus.getBusFreqMeasureBlock()
Returns the value of the 'Bus Freq Measure Block' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDStabBus.setBusFreqMeasureBlock(ICMLControlBlock value)
Sets the value of the '
Bus Freq Measure Block' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ICMLControlBlock |
DStabCommonFactoryImpl.createIControlBlockFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
Deserialize controller.
|
| Modifier and Type | Method and Description |
|---|---|
ICMLControlBlock |
ICMLFieldObjectFactory.createControlBlockField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
java.lang.String[] parameters)
Create a control block object based on the annotation filed and parameters
|
| Modifier and Type | Method and Description |
|---|---|
ICMLControlBlock |
AbstractAnnotateController.getControlBlockField(java.lang.String fieldName)
Retrieve controller control block field by fieldName
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMLControlBlock1stOrderAdapter
ControlBlock1stOrder implementation adapter
|
class |
CMLControlBlockAdapter
ICMLControlBlock interface implementation adapter
|
| Modifier and Type | Method and Description |
|---|---|
ICMLControlBlock |
CMLFieldObjectFactory.createControlBlockField(AbstractAnnotateController controllor,
java.lang.reflect.Field field,
java.lang.String[] parameters)
Create a control block object based on the annotation filed and parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelayControlBlock
An implementation of delay block
|
class |
FilterControlBlock
A filter controller implementation
|
class |
FilterNthOrderBlock
Transfer Function:
[ ( 1 + t1 s ) / ( 1 + t2 s )^m ] ^n
This block is represented by
[ FilterControlBlock ]^n [ DelayControlBlock ] ^ (m-1) * n
|
class |
IntegrationControlBlock
An implementation of integration block
|
class |
PIControlBlock
An implementation of PI controller block
|
class |
TFunc2ndOrderBlock
An implementation of 2nd order transfer function block
Transfer Function:
y = [ k / ( 1 + a s + b s^2 ) ] u
Differential eqn
dot(x1) = | 0 1 | |x1| + | 0 | u
dot(x2) | -1/b -a/b | |x2| |k/b|
y = [ 1 0 ] |x1| = x1
|x2|
x2(0) = 0
x1(0) = k * u(0);
y(0) = k * u(0);
|
class |
WashoutControlBlock
An implementation of washout block
Transfer function K * ( T * s ) / ( 1 + T * s )
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusFreqMeasurementImpl
An implementation of bus frequency measurement device.
|
| Modifier and Type | Method and Description |
|---|---|
ICMLControlBlock |
BaseDStabBusImpl.getBusFreqMeasureBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDStabBusImpl.setBusFreqMeasureBlock(ICMLControlBlock newBusFreqMeasureBlock) |