Command:

getNumRuns (  
int value
)

What:

Retrieves the number of runs

Parameters:

value
[int]
this parameter will contain the number of runs set. In Matlab the result will be retrieved in the system variable ans

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred

Examples


runs=getNumRuns

this command in Matlab returns in the variable runs the number of runs that has been set.

All Sample Commands: