Provide commands for creating or editing an ENR file. This is rarely necessary as ENR files, which contain factory calibrated data, are typically provided by the manufacturer of the noise source.
Learn more about Noise Figure Application
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim enr As ENRFile
Set enr = app.ENRFile
Methods |
Interface |
Description |
---|---|---|
IENRFile |
Read the ENR calibration data from VNA memory. |
|
IENRFile |
Write the ENR calibration data to VNA memory. |
|
IENRFile |
Recalls an ENR file from disk into VNA Memory. |
|
IENRFile |
Saves an ENR file from VNA memory to disk. |
|
Properties |
Interface |
Description |
IENRFile |
Sets and returns ID of ENR table. |
|
IENRFile |
Sets and returns the serial number of the noise source. |
|
IENRFile |
Read the cal temperature of the noise source. |
Interface |
Introduced with VNA Rev: |
IENRFile |
8.0 |
|
|