Write-Read |
Learn about the Pulsed Application |
Description |
Sets PNA-X receivers to auto gain setting. |
VB Syntax |
Pulsed.ConfigEnhancedNBIFAtten (PRF, RxWidth, IFAtten) |
Variable |
(Type) - Description |
Pulsed |
(interface) An interface to the agilentpnapulsed.dll application interface. |
PRF |
(Double) [in] The Pulse Repetition Frequency. |
RxWidth |
(Double) [in] Receiver gate width. |
IFAtten |
(Long Integer) [out] IF attenuation value. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Example |
|
C++ Syntax |
HRESULT ConfigEnhancedNBIFAtten(double *pPRF, double *pWidth, long *pIF) |
Interface |
AgilentPNAPulsed.Application |