Appearance
Home > resol-vbus-core-toolbox-scripts > parameterization > ParameterizationService > getValuesUsingOptimizer
parameterization.ParameterizationService.getValuesUsingOptimizer() method
Read a list of relevant values from a VBus device using its configuration optimizer file.
Signature:
typescript
getValuesUsingOptimizer(channel: number, address: number, file: ConfigurationOptimizerFile): Promise<ParameterizationValue[]>;
Parameters
Parameter | Type | Description |
---|---|---|
channel | number | The VBus channel. |
address | number | The address of the VBus device. |
file | The configuration optimizer file to use. |
Promise<ParameterizationValue[]>
The list of values read from the VBus device.