Description |
Calculates the Input or Output frequencies of the mixer setup, applies the mixer setup to the mixer object, and turns the channel ON. Note: There is also a Calculate Method on the Converter Object |
||||||||||||||||||||||||
VB Syntax |
obj.Calculate (port) |
||||||||||||||||||||||||
Variable |
(Type) - Description |
||||||||||||||||||||||||
obj |
A Mixer Interface pointer to the Measurement (object) |
||||||||||||||||||||||||
port |
(enum as MixerCalculation) Port of the mixer for which to calculate start and stop frequencies. Choose from:
|
||||||||||||||||||||||||
Return Type |
Not Applicable |
||||||||||||||||||||||||
Default |
Not Applicable |
||||||||||||||||||||||||
Examples |
obj.Calculate (mixCalculateOUTPUT) |
||||||||||||||||||||||||
C++ Syntax |
HRESULT Calculate() |
||||||||||||||||||||||||
Interface |
IMixer |