Returns the value of another parameter


## Description

It takes 1 argument, the path to the parameter.

`ch(param_path)`

- `param_path` is a string, which can be the absolute or relative path

## Usage

- `ch('./tx')` - returns the value of the parameter tx of the same node
- `ch('/geo1/tx')` - returns the value of the tx of the node /geo1

