Read only |
About VNA Options |
Description |
Returns the list of supported Noise Bandwidths values when using a noise receiver (option 029). Learn more about Opt. 029. |
VB Syntax |
value = cap.NoiseReceiverNoiseBWList |
Variable |
(Type) - Description |
value |
Variant containing one-dimensional array of long integers. |
cap |
A Capabilities (object) |
Default |
Not Applicable |
Examples |
value = cap.NoiseReceiverNoiseBWList 'Read |
C++ Syntax |
HRESULT get_NoiseReceiverNoiseBWList (Variant *list); |
Interface |
ICapabilities13 |