setInputValueForCategory: Sets the value of an input in all elements of the given...

View source: R/solution_modifications.R

setInputValueForCategoryR Documentation

Sets the value of an input in all elements of the given category

Description

It's main use is to change consistently inputs of all transformers, e.g. layerthickness. It can also be used to set sim component inputs to a fixed value.

Usage

setInputValueForCategory(sol, category, id, value, datatype = NULL)

Arguments

sol

solution object

category

tag of categories containing inputs, e.g. transform or simcomponent

id

id of the input

value

new value

datatype

datatype (optional)

Value

modified solution object


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.