vent_scrubber

Vars | |
can_hibernate | Whether or not this machine can fall asleep. Use a multitool to change. |
---|---|
filter_types | The list of gases we are filtering |
frequency | Frequency id for connecting to the NTNet |
quicksucc | A fast-siphon toggle, siphons at 3x speed for 3x the power cost. |
radio_connection | Reference to the radio datum |
radio_filter_in | Radio connection from the air alarm |
radio_filter_out | Radio connection to the air alarm |
scrubbing | The mode of the scrubber (SCRUBBING or SIPHONING) |
volume_rate | Rate of the scrubber to remove gases from the air |
Procs | |
add_filters | adds a gas or list of gases to our filter_types. used so that the scrubber can check if its supposed to be processing after each change |
remove_filters | remove a gas or list of gases from our filter_types.used so that the scrubber can check if its supposed to be processing after each change |
Var Details
can_hibernate

Whether or not this machine can fall asleep. Use a multitool to change.
filter_types

The list of gases we are filtering
frequency

Frequency id for connecting to the NTNet
quicksucc

A fast-siphon toggle, siphons at 3x speed for 3x the power cost.
radio_connection

Reference to the radio datum
radio_filter_in

Radio connection from the air alarm
radio_filter_out

Radio connection to the air alarm
scrubbing

The mode of the scrubber (SCRUBBING or SIPHONING)
volume_rate

Rate of the scrubber to remove gases from the air
Proc Details
add_filters
adds a gas or list of gases to our filter_types. used so that the scrubber can check if its supposed to be processing after each change
remove_filters
remove a gas or list of gases from our filter_types.used so that the scrubber can check if its supposed to be processing after each change