Talk:BlockDataType Enumeration/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Specifies the block type of an associated RBDBlockData object.</onlyinclude> == Members == {| {{…')
 
(published changes for 10.1.4)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumb}}
=DRAFT=
 
 
<onlyinclude>Specifies the block type of an associated [[RBDBlockData Class|RBDBlockData]] object.</onlyinclude>
 
== Members ==
{| {{APITableEnum}}
|-
| style="width: 150px;"|Regular||style="width: 70px;"|0||
|-
|Node||1||
|-
|Subdiagram||2||
|-
|Junction||3||
|-
|ContainerSB||4||
|-
|ContainerLS||5||
|-
|GateAND||20||
|-
|GateOR||21||
|-
|GateVote||22||
|-
|GateInhibit||23||
|-
|GateNOT||24||
|-
|GateXOR||25||
|-
|GateNAND||26||
|-
|GateNOR||27||
|-
|PhaseOperational||50||
|-
|PhaseMaintenance||51||
|-
|PhaseSubdiagram||52||
|-
|PhaseBlockNode||53||
|-
|PhaseBlockStop||54||
|-
|Annotation||90||
|-
|InsideStandby||101||
|-
|InsideLoadSharing||102||
|}

Latest revision as of 23:27, 6 September 2016

DRAFT