WOLFRAM SYSTEM MODELER
getRevisedRefreshRateRetrieves the actual refresh rate returned by the OPC server |
SystemModel["OPCClassic.ExternalFunctions.getRevisedRefreshRate"]
For each instance of OPCServer in a model, it is possible to set a desired update rate for the server (requestedRefreshRate). The server tries to use the rate requested by the client, but if it cannot meet it, it is permissible for the server to return a revised refresh rate. This function gets the revised refresh rate from the OPC server.
getRevisedRefreshRate(server)
server |
Type: OPCServerObject Description: The external OPC server object |
---|
revisedRefreshRate |
Type: Real Description: The actual refresh rate used by the server |
---|