HyperWorks Solvers

SENVAL

SENVAL

Previous topic Next topic No expanding text in this topic  

SENVAL

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Format

SENVAL(id)

Description

Returns the last stored value from the Sensor_Evaluate element.

Example

<Reference_Variable

    id          = "1"

    type        = "EXPRESSION"

    expr        = "SENVAL(2)"

/>

<Sensor_Evaluate

    id          = "2"

    type        = "EXPRESSION"

    expr        = "MOD(AZ(2,9),2*PI)-PI/2"

/>

<Sensor_Event

    label       = "Sensor"

    id          = "3"

    type        = "EXPRESSION"

    expr        = "MOD(AZ(2,9),2*PI)-PI/2"

    compare     = "GE"

    value       = "0."

    evaluate_id = "2"

    error_tol   = "0.0001"

/>

Arguments

id

The ID of the Sensor_Evaluate element.

See Also:

Functions

Command Statements

Model Statements

Notation and Syntax