Difference between revisions of "MC-Basic:GETENTRYPRIORITY"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= GETEP |SYNTAX= ?GETEP ( <''entry station type value''> ) |AVAILABILITY= Versions AMCS 0.3.7.x and higher |DESCRIPTION= Returns the priority value  of …')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Returns the priority value  of the specified entry station .

Short form

GETEP

Syntax

?GETEP ( <entry station type value> )

Availability

Versions AMCS 0.3.7.x and higher

Type

returned  value :                            Long

<entry station type value> :          Long

Range

returned  value :                            1 to 16

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

5 – Etherent3Units       N/A

Scope

Task, Terminal

Limitations

Read Only

Examples

-->?getentrypriority(1)

1

See Also