Module: Gdsii::Access::Plex

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

Overview

Access Plex attribute

Instance Method Summary collapse

Instance Method Details

#plexObject

Set the plex record data (returns Fixnum)



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

def plex() @records.get_data(GRT_PLEX); end

#plex=(val) ⇒ Object

Set the plex record



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

def plex=(val) @records.set(GRT_PLEX,val); end

#plex_recordObject

Set the plex record (returns Record)



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

def plex_record() @records.get_data(GRT_PLEX); end