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 PNA memory. |
|
IENRFile |
Write the ENR calibration data to PNA memory. |
|
IENRFile |
Recalls an ENR file from disk into PNA Memory. |
|
IENRFile |
Saves an ENR file from PNA 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. |
Interface |
Introduced with PNA Rev: |
IENRFile |
8.0 |
|
|