Component/OFF: Difference between revisions

From Turing Complete
m (Gelthor moved page Constant Off to Component/Off: Should be a subpage under Component)
m (Gelthor moved page Component/Off to Component/OFF: Correct capitalisation to match that from the game)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This is a single bit representation of the {{Off}} state, or '''0''' in logical terms.  This is useful for times when you want to make sure you have a {{Off}} input to another component.However,when not connected to anything,the input node of most components default to {{Off}} or 0 when working with bundled wires,so it is not really useful.
{{Infobox component
| bit-width    = 1
| type        = 1bit
| prerequisite = Always On
}}
 
This is a single bit representation of the {{Off}} state, or '''0''' in logical terms.  This is useful for times when you want to make sure you have a {{Off}} input to another component or want to document an intended {{Off}} signal. However, when not connected to anything, the input node of most components default to {{Off}} or 0 when working with bundled wires, so it is rerely necessary.

Latest revision as of 13:07, 23 August 2024

OFF
Width 1
Type 1bit
Unlocked by Always On

This is a single bit representation of the state, or 0 in logical terms. This is useful for times when you want to make sure you have a input to another component or want to document an intended signal. However, when not connected to anything, the input node of most components default to or 0 when working with bundled wires, so it is rerely necessary.