Difference between revisions of "MC-Basic:GETENTRYPRIORITY"

From SoftMC-Wiki
Jump to: navigation, search
Line 27: Line 27:
  
 
5 – Etherent3
 
5 – Etherent3
Units       N/A
+
      
 +
|UNITS= N/A
  
|UNITS=
 
  
  

Revision as of 14:39, 9 April 2014

Returns the priority value  of the specified entry station .

Short form

GETEP

Syntax

?GETEP ( <entry station type value> )

Availability

Since Version 3.7.x

Type

returned  value :                            Long

<entry station type value> :          Long

Range

returned  value :                            1 to 16

<entry station type value> :          1 – Ethernet
                                                       3 – Virtual Entry Station
                                                       4 – Etherent2

5 – Etherent3       

Units

N/A

Scope

Task, Terminal

Limitations

Read Only

Examples

-->?getentrypriority(1)

1

See Also