Read-only |
About Source Ports |
Description |
Returns the valid ALC Modes for the VNA. 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 VNA-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 |