The IParameter type exposes the following members.

Methods

  NameDescription
Public methodCommand(String)
Executes the given command parameter
Public methodCommand(String, Object, Object, Object, Object, Object)
Executes the given command parameter
Public methodLoadParameterFromFile
Load parameters from the given file.
Public methodReadAttribute(String)
Reads attribute of the given parameter
Public methodReadAttribute(String, Object, Object, Object, Object, Object)
Reads attribute of the given parameter
Public methodReadData(String)
Reads data of the given parameter
Public methodReadData(String, Object, Object, Object, Object, Object)
Reads data of the given parameter
Public methodReadDataAsString(String)
Reads data as string of the given parameter
Public methodReadDataAsString(String, Object, Object, Object, Object, Object)
Reads data as string of the given parameter
Public methodReadDataStatus(String)
Reads data status of the given parameter
Public methodReadDataStatus(String, Object, Object, Object, Object, Object)
Reads data status of the given parameter
Public methodReadListLength(String)
Reads the List lenght details of the given parameter idn.
Public methodReadListLength(String, Object, Object, Object, Object, Object)
Reads the List lenght details of the given parameter idn.
Public methodReadMaximum(String)
Reads maximum value of the given parameter idn
Public methodReadMaximum(String, Object, Object, Object, Object, Object)
Reads maximum value of the given parameter idn
Public methodReadMinimum(String)
Reads minimum value of the given parameter idn
Public methodReadMinimum(String, Object, Object, Object, Object, Object)
Reads minimum value of the given parameter idn
Public methodReadName(String)
Reads the name of the given parameter idn
Public methodReadName(String, Object, Object, Object, Object, Object)
Reads the name of the given parameter idn
Public methodReadUnit(String)
Reads the unit of the given parameter idn
Public methodReadUnit(String, Object, Object, Object, Object, Object)
Reads the unit of the given parameter idn
Public methodWriteData(Object, String)
Writes the given data to given parameter idn.
Public methodWriteData(Object, String, Object, Object, Object, Object, Object)
Writes the given data to given parameter idn.

See Also