Read-only |
About Source Ports |
Description |
Returns the valid ALC Modes for the PNA. See ALCLevelingMode for a list of supported ALC Modes. |
VB Syntax |
value = chan.GetSupportedALCModes (sourcePort) |
Variable |
(Type) - Description |
value |
Variant Array variable to store the returned valid ALC Modes. |
chan |
(object) - A Channel object |
sourcePort |
(long integer) - Source port. Note: If the port is defined by a string name, such as an external source, a balanced port, or one of the Source 2 outputs on the 2-port 2-source PNA-x model, then you must use chan.getPortNumber to translate the string into a port number. To learn more see Remotely Specifying a Source Port. |
Return Type |
Variant array |
Default |
Not Applicable |
Examples |
modes = chan.GetSupportedALCModes(4) 'Read |
C++ Syntax |
HRESULT GetSupportedALCModes(long port, VARIANT * ALCModes ); |
Interface |
IChannel9 |
Last Modified:
22-Apr-2010 |
Fixed C++syntax and interface (9) |
24-Apr-2008 |
Added note for string names |
30-Apr-2007 |
Edited for src strings |
16-Jan-2007 |
MX New topic |