DeviceChannel.applyParameters Method

Module: DeviceChannel

Definition

Applies a set of parameters to the device.

apply_parameters(self, parameter_list: DeviceParameterList) -> None

Parameters

parameter_list DeviceParameterList
in The list of parameters to apply.

Exceptions

An error has occurred during Devices Library execution.
void applyParameters(DeviceParameterList parameterList)

Parameters

parameterList DeviceParameterList
in The list of parameters to apply.

Exceptions

An error has occurred during Devices Library execution.
public void ApplyParameters(DeviceParameterList parameterList)

Parameters

parameterList DeviceParameterList
in The list of parameters to apply.

Exceptions

An error has occurred during Devices Library execution.
public void applyParameters(DeviceParameterList parameterList) throws DevicesException

Parameters

parameterList DeviceParameterList
in The list of parameters to apply.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceChannel_ApplyParameters (
    ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel,
    ID3_DEVICES_DEVICE_PARAMETER_LIST hParameterList)

Parameters

in Handle to the DeviceChannel object.

in The list of parameters to apply.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.