showfile.gds: Enumerate opened GDS files

Description Usage Arguments Value Author(s) References Examples

View source: R/gdsfmt-main.r

Description

Enumerate all opened GDS files

Usage

1
showfile.gds(closeall=FALSE, verbose=TRUE)

Arguments

closeall

if TRUE, close all GDS files

verbose

if TRUE, show information

Value

A list of gds.class objects.

Author(s)

Xiuwen Zheng

References

http://github.com/zhengxwen/gdsfmt

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# cteate a GDS file
f <- createfn.gds("test.gds")

add.gdsn(f, "int", val=1:10000)

showfile.gds()

# close the GDS file
closefn.gds(f)


# delete the temporary file
unlink("test.gds", force=TRUE)

gdsfmt documentation built on May 2, 2019, 4:41 p.m.