Difference between revisions of "TestIT:Programming S11"
Jump to navigation
Jump to search
NolekAdmin (talk | contribs) (Created page with "==5.3.18 S11== ===MeasureStartS11=== '''Description:''' <br /> It will activate a S11 device. '''Code example:''' :<code>S11.MeasureStartS11(_B01,S11,Recipe1,30,S,_TO01,_Stop...") |
NolekAdmin (talk | contribs) |
||
Line 89: | Line 89: | ||
|True if the control leak should be activated | |True if the control leak should be activated | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[TestIT:Programming#5.3_Commands|Back to Programming - Commands]] |
Latest revision as of 14:21, 11 September 2019
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 |