PmpSignal¶
sig = PmpSignal(min, max, unit, description)
Create a PT.Signal object with specified properties to add metadata to generated signals.
| Input | Description | 
|---|---|
| min | Minimum value, enter an empty argument for default min value. | 
| max | Maximum value, enter an empty argument for default max value. | 
| unit | String containing the unit of the parameter. | 
| description | String containing the description of the parameter. | 
Output: PT.Signal