Write-only |
About ENR tables |
Description |
Write ENR calibration data to VNA memory. All of the frequency and ENR data must be sent at the same time. |
VB Syntax |
enr.PutENRData (vData) |
Variable |
(Type) - Description |
enr |
An ENRFile (object) |
vData |
(Variant array) -ENR data. Frequency value in Hz, followed by corresponding ENR value in dB. Enter as many data pairs as necessary. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT PutENRData(VARIANT vdata); |
Interface |
IENRFile |