setdcgasdata

— empty element

Occurrence

optional, multiple

Attributes

ref=unique identifier of the breathing gas to be transferred to the dive computer — compulsory

Description

Via <setdcgasdata/> the breathing gas specified in the attribute (which must be previously defined in the <gasdefinitions> section) is transferred to the dive computer.

Parent Elements

<setdcgasdefinitionsdata>

Child Elements

See Also

<setdcallgasdefinitions>, <setdcgasdefinitionsdata>

Examples

(see also <setdcdata>)

<divecomputercontrol>
    <setdcdata>
        <setdcgasdefinitionsdata>
            <!-- send certain breathing gases to the dive computer -->
            <setdcgasdata ref="air"/>
            <setdcgasdata ref="my_nitrox"/>
            <setdcgasdata ref="my_trimix"/>
        </setdcgasdefinitionsdata>
    </setdcdata>
</divecomputercontrol>