Write only

AssignSourceToRole Method


Description

Assigns a configured source to the specified role.

Use chan.RoleDevice for non-converter channels.

 VB Syntax

conv.AssignSourceToRole role, source

Variable

(Type) - Description

conv

A Converter Object

role

(String) Role to which the external source is assigned. Choose from:

For IMDX and IMSX, choose from:

"RF2"

"LO1"

"LO2"

For all other converter applications, choose from:

"LO1"

"LO2"

source

(String) Source name from Source Configuration dialog.

Return Type

Not Applicable

Default

Not Applicable

Examples

conv.AssignSourceToRole "LO1", "LO1Name"

C++ Syntax

HRESULT AssignSourceToRole(BSTR roleID,  BSTR deviceName);

Interface

IConverter


Last Modified:

3-Jan-2012

Remove superseded (thx SW)

3-May-2011

Superseded

22-Feb-2011

Edited for FCA2

2-Feb-2009

New topic