module Gdsii::Access::Plex

Access Plex attribute

Public Instance Methods

plex() click to toggle source

Set the plex record data (returns Fixnum)

# File lib/gdsii/mixins.rb, line 83
def plex() @records.get_data(GRT_PLEX); end
plex=(val) click to toggle source

Set the plex record

# File lib/gdsii/mixins.rb, line 86
def plex=(val) @records.set(GRT_PLEX,val); end
plex_record() click to toggle source

Set the plex record (returns Record)

# File lib/gdsii/mixins.rb, line 80
def plex_record() @records.get_data(GRT_PLEX); end