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