25.5 ActuatorSensor object

The ActuatorSensor object defines a single point actuator where the actuation is determined by a user subroutine (UEL). The subroutine senses the data at the same point as the actuator.

The ActuatorSensor object is derived from the Interaction object.

Access
import interaction
mdb.models[name].interactions[name]


25.5.1 ActuatorSensor(...)

This method creates an ActuatorSensor object.

Path
mdb.models[name].ActuatorSensor

Required arguments

name

A String specifying the repository key.

createStepName

A String specifying the name of the step in which the actuator/sensor interaction is created. createStepName must be set to 'Initial'.

point

A Region object specifying the point at which the constraint is applied.

interactionProperty

A String specifying the ActuatorSensorProp object associated with this interaction.

noCoordComponents

An Int specifying the number of coordinate components supplied to the user subroutine (UEL).

unsymm

A Boolean specifying whether the element matrices are symmetric (ON) or unsymmetric (OFF). The default value is OFF.

noSolutionDepVar

An Int specifying the number of solution-dependent variables. The default value is 0.

userSubUel

A String specifying the name of the user subroutine (UEL) that defines the user element.

dof

A String specifying the degrees of freedom, separated by commas.

solutionDepVars

A sequence of Floats specifying the initial values of the solution-dependent variables.

Optional arguments

None.

Return value

An ActuatorSensor object.

Exceptions

None.


25.5.2 setValues(...)

This method modifies the ActuatorSensor object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the ActuatorSensor method, except for the name and createStepName arguments.

Return value

None

Exceptions

None.


25.5.3  Members

The ActuatorSensor object has members with the same names and descriptions as the arguments to the ActuatorSensor method.


25.5.4  Corresponding analysis keywords

*ELEMENT
*USER ELEMENT
*INITIAL CONDITIONS, TYPE=SOLUTION