Command: ChnDiv
- Updated2024-09-12
- 1 minute(s) read
Command: ChnDiv
Command: ChnDiv
Divides two channels.
Input Parameters
Y | Specifies the data channel containing the dividend values. |
Y1 | Specifies the data channel containing the divisor values. |
ResultChannel | Specifies the result channel. |
Return Parameters
ChnResult | Contains the result channel. ElementList <Data> type return value. |
Example
The following example divides one channel from another. DIAdem saves the result channel name in the MyResultChn variable.
VBScript | Python |
Dim MyResultChn MyResultChn = ChnDiv("Group1/Channel1","Group1/Channel2","Divided")