Module: Gdsii::Access::ELFlags

Included in:
Gdsii::ARef, Boundary, Box, Node, Path, SRef, Text
Defined in:
lib/gdsii/mixins.rb

Overview

Access ELFlags attribute

Instance Method Summary collapse

Instance Method Details

#elflagsObject

Get the elflags record data (returns Fixnum)



67
# File 'lib/gdsii/mixins.rb', line 67

def elflags() @records.get_data(GRT_ELFLAGS); end

#elflags=(val) ⇒ Object

Set the elflags record



70
# File 'lib/gdsii/mixins.rb', line 70

def elflags=(val) @records.set(GRT_ELFLAGS,val); end

#elflags_recordObject

Get the elflags record (returns Record)



64
# File 'lib/gdsii/mixins.rb', line 64

def elflags_record() @records.get(GRT_ELFLAGS); end