public class X2cParameterEditor_Xcos extends X2cParameterEditor
logger, x2cManager
Constructor and Description |
---|
X2cParameterEditor_Xcos(java.lang.String[][] exprs,
java.lang.String xcosBlockId,
double sampletimePreset) |
X2cParameterEditor_Xcos(java.lang.String componentName,
double sampletimePreset)
X2cBlock getBlockWithDummyModel(String componentName, double sampletimePreset)
|
X2cParameterEditor_Xcos(X2cBlock block) |
Modifier and Type | Method and Description |
---|---|
double[][] |
getBlockInport_xcosDef() |
int |
getBlockInportCount()
Return block's inport count
|
java.lang.String[][] |
getBlockInportNames()
Return block's inport names
|
double[][] |
getBlockOutport_xcosDef() |
int |
getBlockOutportCount()
Return block's outport count
|
java.lang.String[][] |
getBlockOutportNames()
Return block's outport names
|
java.lang.String[] |
getControlerParameter_DoubleArrayParameter_names() |
java.util.ArrayList<double[][]> |
getControlerParameter_DoubleArrayParameter_values() |
java.lang.String[] |
getControlerParameter_DoubleParameter_names() |
double[] |
getControlerParameter_DoubleParameter_values() |
java.lang.String[] |
getControlerParameter_IntegerParameter_names() |
int[] |
getControlerParameter_IntegerParameter_values() |
X2cXcosControllerParameter |
getControlerParameter()
Return the controller parameter
|
java.lang.String |
getParameterValue(java.lang.String parameterName) |
java.lang.String |
getUsedImplementationName()
Return the name of the used implementation
|
at.lcm.x2c.core.structure.VisualizationScilabXcos |
getVisualization()
Returns Visualization ScilabXcos.
|
java.lang.String[][] |
getXcosExprs()
Returns the block expressions.
|
boolean |
isBlockPartOfModel()
Returns true when block is part of a model
|
boolean |
isCommunicatorOnline()
Returns true when the communicator is online.
|
getX2cBlock, identifyBlock, isResultValid, isTargetOnline, printBlockParameter, runGUI, toString
public X2cParameterEditor_Xcos(X2cBlock block)
public X2cParameterEditor_Xcos(java.lang.String componentName, double sampletimePreset) throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public X2cParameterEditor_Xcos(java.lang.String[][] exprs, java.lang.String xcosBlockId, double sampletimePreset) throws java.lang.Exception
java.lang.Exception
public java.lang.String[][] getXcosExprs() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public X2cXcosControllerParameter getControlerParameter() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public java.lang.String[] getControlerParameter_IntegerParameter_names() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public int[] getControlerParameter_IntegerParameter_values() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public java.lang.String[] getControlerParameter_DoubleParameter_names() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public double[] getControlerParameter_DoubleParameter_values() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public java.lang.String[] getControlerParameter_DoubleArrayParameter_names() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public java.util.ArrayList<double[][]> getControlerParameter_DoubleArrayParameter_values() throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
public java.lang.String getUsedImplementationName()
public java.lang.String[][] getBlockInportNames()
public int getBlockInportCount()
public double[][] getBlockInport_xcosDef()
public java.lang.String[][] getBlockOutportNames()
public int getBlockOutportCount()
public double[][] getBlockOutport_xcosDef()
public at.lcm.x2c.core.structure.VisualizationScilabXcos getVisualization() throws java.lang.Exception
java.lang.Exception
public boolean isBlockPartOfModel()
public boolean isCommunicatorOnline()
X2cParameterEditor
isCommunicatorOnline
in class X2cParameterEditor
public java.lang.String getParameterValue(java.lang.String parameterName) throws X2cEnvironmentScilabException
X2cEnvironmentScilabException
Copyright 2019 LCM. All rights reserved.