DeviceChannel.getParameterList Method¶
Module: DeviceChannel
Definition¶
Obtains all supported parameters, optionally filtered by category.
get_parameter_list(self, category: str=None) -> DeviceParameterList
Parameters
categorystrin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
DeviceParameterList getParameterList(String? category)
Parameters
categoryStringin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterList GetParameterList(string category=null)
Parameters
categorystringin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterList getParameterList(String category) throws DevicesException
Parameters
categoryStringin Optional category to filter the parameters.
Returns
Outputs the list of parameters.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceChannel_GetParameterList (
    ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel,
    const char * category,
    ID3_DEVICES_DEVICE_PARAMETER_LIST hParameterList)
Parameters
hDeviceChannelID3_DEVICES_DEVICE_CHANNELin Handle to the DeviceChannel object.categoryconst char *in Optional category to filter the parameters.hParameterListID3_DEVICES_DEVICE_PARAMETER_LISTout Outputs the list of parameters.
Returns