Read-only |
About ENR tables |
Description |
Read the ENR calibration data from VNA memory. |
VB Syntax |
vData = enr.GetENRData( ) |
Variable |
(Type) - Description |
vData |
Variable to store the returned ENR data. Frequency value in Hz, followed by corresponding ENR value in dB. |
enr |
An ENRFile (object) |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT GetENRData (VARIANT vdata); |
Interface |
IENRFile |