BlockDataType Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb}} | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{ | |||
<onlyinclude>Specifies the block type of an associated [[RBDBlockData Class|RBDBlockData]] object.</onlyinclude> | |||
== Members == | |||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 150px;"|Regular||style="width: 70px;"|0||Standard block | |||
|- | |||
|Node||1||Node block | |||
|- | |||
|Subdiagram||2||Subdiagram block | |||
|- | |||
|Junction||3||Junction block (i.e., non-failing block) | |||
|- | |||
|ContainerSB||4||Standby container | |||
|- | |||
|ContainerLS||5||Load sharing container | |||
|- | |||
|InsideStandby||101||Contained standby block | |||
|- | |||
|InsideLoadSharing||102||Contained load sharing block | |||
|- | |||
|GateAND||20||AND gate | |||
|- | |||
|GateOR||21||OR gate | |||
|- | |||
|GateVote||22||Voting gate | |||
|- | |||
|GateInhibit||23||Inhibit | |||
|- | |||
|GateNOT||24||NOT gate | |||
|- | |||
|GateXOR||25||XOR gate | |||
|- | |||
|GateNAND||26||NAND gate | |||
|- | |||
|GateNOR||27||NOR | |||
|- | |||
|PhaseOperational||50||Operational phase block | |||
|- | |||
|PhaseMaintenance||51||Maintenance phase block | |||
|- | |||
|PhaseSubdiagram||52||Subdiagram phase block | |||
|- | |||
|PhaseBlockNode||53||Phase node block | |||
|- | |||
|PhaseBlockStop||54||Phase stop block | |||
|- | |||
|Annotation||90||Annotation block | |||
|} | |||
==See Also== | |||
*[[RBDBlockData Class]] |
Latest revision as of 23:27, 6 September 2016
Member of: SynthesisAPI
Specifies the block type of an associated RBDBlockData object.
Members
Name | Value | Description |
---|---|---|
Regular | 0 | Standard block |
Node | 1 | Node block |
Subdiagram | 2 | Subdiagram block |
Junction | 3 | Junction block (i.e., non-failing block) |
ContainerSB | 4 | Standby container |
ContainerLS | 5 | Load sharing container |
InsideStandby | 101 | Contained standby block |
InsideLoadSharing | 102 | Contained load sharing block |
GateAND | 20 | AND gate |
GateOR | 21 | OR gate |
GateVote | 22 | Voting gate |
GateInhibit | 23 | Inhibit |
GateNOT | 24 | NOT gate |
GateXOR | 25 | XOR gate |
GateNAND | 26 | NAND gate |
GateNOR | 27 | NOR |
PhaseOperational | 50 | Operational phase block |
PhaseMaintenance | 51 | Maintenance phase block |
PhaseSubdiagram | 52 | Subdiagram phase block |
PhaseBlockNode | 53 | Phase node block |
PhaseBlockStop | 54 | Phase stop block |
Annotation | 90 | Annotation block |