Description |
Returns the name of a source that is assigned to the specified role. Note: For non-converter channels, use chan.RoleDevice |
VB Syntax |
source = conv.GetSourceByRole (role) |
Variable |
(Type) - Description |
source |
(String) Source name, from Source Configuration dialog, that is assigned to the specified role. |
conv |
|
role |
(String) Role for which the source name will be returned. Use GetSourceRoles for a list of valid roles. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
RF2Source = conv.GetSourceByRole ("RF2") |
C++ Syntax |
HRESULT GetSourceByRole(BSTR roleID, BSTR deviceName); |
Interface |
IConverter |
Last Modified:
3-Jan-2012 |
Remove superseded (thx SW) |
3-May-2011 |
superseded |
2-Feb-2009 |
New topic |