Write-only |
About Mixer/Converter Settings |
Description |
Calculates the specified parameter for the segment. |
||||||||||||||||||||||||
VB Syntax |
conv.SegmentCalculate index,param |
||||||||||||||||||||||||
Variable |
(Type) - Description |
||||||||||||||||||||||||
conv |
|||||||||||||||||||||||||
index |
(Long integer) Segment for which calculation is performed. Choose a segment between 1 and the current segment count. Use SegmentCount Property to read the current count in the Applied Mixer. |
||||||||||||||||||||||||
param |
(Enum as ConverterCalculation) Mixer port for which to calculate start and stop frequencies. Choose from:
|
||||||||||||||||||||||||
Return Type |
Not Applicable |
||||||||||||||||||||||||
Default |
Not Applicable |
||||||||||||||||||||||||
Examples |
mxr.SegmentCalculate 1,2 'Calculates the output frequencies for segment 1. |
||||||||||||||||||||||||
C++ Syntax |
HRESULT SegmentCalculate(long index, ConverterCalculation param); |
||||||||||||||||||||||||
Interface |
IConverter5 |