TestIT:Programming S11
Jump to navigation
Jump to search
5.3.18 S11
MeasureStartS11
Description:
It will activate a S11 device.
Code example:
S11.MeasureStartS11(_B01,S11,Recipe1,30,S,_TO01,_StopBit,ControlLeak)
| Parameters | ||
|---|---|---|
| Parameter | Type | Description |
| Done | Bool symbol | Will be set when command is done |
| Instrument name | String or String symbol | The instrument name |
| Recipe name | String or String symbol | The recipe name |
| Timeout | Int or Int symbol | The time before the communication times out |
| Time unit | String | Select the time unit, from the list |
| Timeout active | Bool symbol | True if command times out |
| Stop Measurement | Bool symbol | Set to true to stop the measurement |
| Activate control leak | Bool symbol | True if the control leak should be activated |
MeasureGetS11
Description:
It will activate a S11 device and return the results. It will wait for the results.
Code example:
S11.MeasureGetS11(_B01,S11,Recipe1,30,S,_TO01,ControlLeak)
| Parameters | ||
|---|---|---|
| Parameter | Type | Description |
| Done | Bool symbol | Will be set when command is done |
| Instrument name | String or String symbol | The instrument name |
| Recipe name | String or String symbol | The recipe name |
| Timeout | Int or Int symbol | The time before the communication times out |
| Time unit | String | Select the time unit, from the list |
| Timeout active | Bool symbol | True if command times out |
| Activate control leak | Bool symbol | True if the control leak should be activated |