COM object EvConvolutionCellsCollection

EvApplication > EvFileCollection > EvFile > EvVariablesCollection > EvVariableBase As EvVariableVirtual > EvVariableAcousticProperties > EvConvolutionCellsCollection

 

View the COM map and the COM summary.

The EvConvolutionCellsCollection object gives you access to information about settings on the Convolution page of the Variable Properties dialog box of the acoustic virtual variable.

EvConvolutionCellsCollection properties:

Item
Count

 

Description

Item

(read-write) double Item(index)

Summary

Access or change the value for the cells in the convolution kernel. The cells in the kernel are indexed sequentially by row-column order.

For example a 2x2 kernel is indexed in the following way:

Index
Cell position
0
r1c1
1
r1c2
2
r2c1
3
r2c2

Count

(read-only) integer Count

Summary

Access the value for the number of cells in the convolution kernel.

See also

Scripting with COM objects
COM object hierarchy