DeviceChannel.checkParameter Method¶
Module: DeviceChannel
Definition¶
Confirms if a parameter exists on the device.
bool checkParameter(String? parameterName)
Parameters
parameterName Stringin The name of the parameter to check.
Returns
boolOutputs true if the parameter exists.
Exceptions
An error has occurred during Devices Library execution.