Model.hm_blockbrowserupdate#
- Model.hm_blockbrowserupdate(mode)#
Controls the update of the browsers in HyperMesh client.
- Parameters:
mode (int) –
0 - Unblocks the browser updates and populates the buffered data into the browser.
1 - Blocks the browser updates and starts buffering the data.
- Returns:
hwReturnStatus- Status object
Example#
Block the update of the browsers#import hm import hm.entities as ent model = hm.Model() model.hm_blockbrowserupdate(mode=1)