opiInitialise_for_ImoVifa: Implementation of opiInitialise for the ImoVifa machine.

View source: R/ImoVifa.r

opiInitialise_for_ImoVifaR Documentation

Implementation of opiInitialise for the ImoVifa machine.

Description

This is for internal use only. Use opiInitialise() after chooseOPI("ImoVifa") to call this function.

Arguments

address

A list containing:

  • port TCP port of the OPI Monitor.

  • ip IP Address of the OPI Monitor.

Details

port can take on values in the range [0, 65535].

Value

A list containing:

  • err NULL if there was no error, a string message if there is an error.

See Also

opiInitialise()

Examples

## Not run: 
chooseOpi("ImoVifa")
result <- opiInitialise(address = list(port = 50001, ip = "localhost"))

## End(Not run)


OPI documentation built on April 12, 2025, 1:24 a.m.