25.6 ActuatorSensorProp object

The ActuatorSensorProp object is an interaction property that defines the properties referred to by an ActuatorSensor object.

The ActuatorSensorProp object is derived from the InteractionProperty object.

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


25.6.1 ActuatorSensorProp(...)

This method creates an ActuatorSensorProp object.

Path
mdb.models[name].ActuatorSensorProp

Required argument

name

A String specifying the interaction property repository key.

Optional arguments

realProperties

A sequence of Floats specifying the PROPS array used by user subroutine UEL. The default value is an empty sequence.

integerProperties

A sequence of Ints specifying the JPROPS array used by user subroutine UEL. The default value is an empty sequence.

Return value

An ActuatorSensorProp object.

Exceptions

None.


25.6.2 setValues(...)

This method modifies the ActuatorSensorProp object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the ActuatorSensorProp method, except for the name argument.

Return value

None

Exceptions

None.


25.6.3  Members

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


25.6.4  Corresponding analysis keywords

*UEL PROPERTY