Write/Read |
About SMC Phase |
Description |
Sets or returns the data point used for normalizing the phase measurement. |
VB Syntax |
obj.NormalizePoint = value |
Variable |
(Type) - Description |
obj |
A Mixer Interface pointer to the Measurement (object) A Converter (Object) |
value |
(Long) - Normalization data point. Choose a data point number between 1 and the max number of data points in the sweep that has the least amount of expected noise. |
Return Type |
Long Integer |
Default |
Center point in the sweep |
Examples |
mixer.NormalizePoint = 101 |
C++ Syntax |
HRESULT get_NormalizePoint(Long * val); HRESULT put_NormalizePoint(Long val); |
Interface |
IMixer13 |