Main Content
iviconfigurationstore
Create IVI configuration store object
Description
An IVI® configuration store object represents a connection to the IVI Configuration Server.
Creation
Description
obj = iviconfigurationstore
creates an IVI configuration store object and establishes a connection to the IVI Configuration Server. The data in the default configuration store location
is used.
obj = iviconfigurationstore('file')
creates an IVI configuration store object and establishes a connection to the IVI Configuration Server. The data in the configuration store,
file
, is used. If file
cannot be found or is not a
valid configuration store, an error occurs.