Click or drag to resize

FmuAspect Properties

The FmuAspect type exposes the following members.

Properties
 NameDescription
Public propertyAllowedCausality Allowed variable causality.
Public propertyAllowedInitial Allowed variable initial.
Public propertyAllowedLogCategories Allowed log categories. Log categories are only populated when the FMU is loaded.
Public propertyAllowedLogStatus Allowed log status.
Public propertyAllowedVariability Allowed variable variability.
Public propertyAllowsVariableStepSize True if the FMU allows variable step sizes.
Public propertyAspectManagedBy The Aspect that this is managed by.
(Inherited from AspectComponentBase)
Public propertyBindingNameStore Manages binding names for aspect bindable items.
(Inherited from AspectComponentBase)
Public propertyCurrentState Current FMU state.
Public propertyCurrentStep The current communication step size in milliseconds. Updated after the step size has been calculated, but before the step is executed. -1 indicates no current step size.
Public propertyEnableLogging Set to enable FMU logging.
Public propertyFmu Loaded FMU. Guaranteed non-null and loaded during model runs.
Public propertyId
(Inherited from SerializableObject)
Public propertyIndividualIO If true, IO functions are individually called for each variable. If false, variables of the same type are batched and IO functions are only called once per type.
Public propertyInstance FMU instance. Guaranteed non-null during model runs.
Public propertyInstanceActions Defines the actions to take when the instance reaches specific conditions.
Public propertyInstanceName FMU instance name.
Public propertyIsCollapsed Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase)
Public propertyIsEnabled The value for whether the aspect is enabled.
(Inherited from AspectComponentBase)
Public propertyIsInstantiated FMU instance is instantiated.
Public propertyIsLoaded FMU is loaded.
Public propertyIsReadOnly When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase)
Public propertyModelDescription FMU model description.
Public propertyPlatform FMU instance platform.
Public propertyPreferredStep If the FMU allows variable step sizes, the preferred communication step size in milliseconds. Otherwise the allowed fixed step size.
Public propertyReceiveTimeout If Platform is not Native, determines IPC receive timeout (ms). Set to -1 to wait forever.
Public propertyVisual
(Inherited from VisualAspect)
Top
See Also