SAFE Command

PhysicalEffect.SAFE(tag)

As obvious from its name, this command is used in case no physical effect even if hazardous material released in environment.

Argument

Type

Description

Tag

int

Unique integer value that will be used for referring to the defined elements or objects.

Example:

Create some imaginary materials:

Python Code

import opensrane as opr

opr.PhysicalEffect.SAFE(1)

Code Developed by: Bijan Sayyafzadeh