Read-only |
Description |
Returns the name of the Analyzer making measurements on the channel. |
VB Syntax |
chan.Application |
Variable |
(Type) - Description |
|
chan |
A Channel (object) |
Return Type |
object |
Default |
None |
Examples |
rfna = chan.Application 'returns the Analyzer name |
C++ Syntax |
HRESULT get_Application(IApplication** Application) |
Interface |
IChannel |