| mult
– multiplier Purpose: multiplies two waveforms together, or a waveform by a constant numeric value. Usage: [var_name] mult [input1] [input2] |
| Parameter | Data Type | Description |
| input1 | cstring | Variable name of a Rtse object. |
| input2 | cstring | Variable name of a Rtse object OR a floating-point numeric value (in which case cstring is converted to float). |