Write/Read |
About Noise Figure |
Description |
Sets and returns the method for performing calibration on a noise channel. |
VB Syntax |
noise.CalMethod = value |
Variable |
(Type) - Description |
noise |
A NoiseCal (object) |
value |
(string) Cal Method. Choose from:
|
Return Type |
String |
Default |
"VectorFull" |
Examples |
noise.CalMethod = "VectorFull"'Write |
calMethod = noise.CalMethod 'Read |
|
C++ Syntax |
HRESULT get_CalMethod(BSTR* pValue) HRESULT put_CalMethod(BSTR pNewValue) |
Interface |
INoiseCal |