GetStrGateProp

Top  Previous  Next

Description                

Returns a string gate property into a string

Syntax                                

String GetStrGateProp(String Name, Int Id, int Property)

Parameters                

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Property = property number

 

PROPERTIES

CONSTANT        

Channel number

0

Device number

1

Gate address

2

Sampling rate

10        

Read status

11        

Write status

12        

 

Returned value                

String containing the requested property

Related functions                

-

Example                

samplingRate = GetStrGateProp (STR1, ID1, 10);