Run PDMS Command
- Last UpdatedNov 24, 2023
- 1 minute read
|
run_pdms_command(cmd) |
||
|
The runs a pdms command. |
||
|
Input Parameters: |
||
|
cmd |
string |
The command to execute |
|
Output Parameters: |
||
|
Returned value: |
||
|
[0] |
integer |
Result > 0 = success < 0 = failure |
|
Exceptions: |
||
|
kcs_ArgumentError |
Invalid parameter value |
|