Learn R Programming

gdsfmt (version 1.8.3)

showfile.gds: Enumerate opened GDS files

Description

Enumerate all opened GDS files

Usage

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.

References

http://github.com/zhengxwen/gdsfmt

Examples

Run this code
# cteate a GDS file
f <- createfn.gds("test.gds")

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

showfile.gds()

showfile.gds(closeall=TRUE)


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

Run the code above in your browser using DataLab