Read only
About Meas Class

DefinedRoles Property


Description

This command replaces GetSourceRoles Method.

Returns the roles for which sources can be used for the channel.

Use RoleDevice to assign a source to a role.

 VB Syntax

value = chan.DefinedRoles

Variable

(Type) - Description

value

(Variant) - Variable to store the returned channel roles.

chan

A Channel (object)

Return Type

Variant

Default

Not Applicable

Examples

vRoles = chan.DefinedRoles 'Read

C++ Syntax

HRESULT get_DefinedRoles(Variant* roles);

Interface

IChannel22


Last modified:

7-Nov-2013

New topic