GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LORES(3) MBK LOGICAL STRUCTURE DEFINITIONS LORES(3)

lores - mbk logical resistor

The lores is used to describe a logical resistor. Please note, this description is different from the RCN description and has a different purpose: the created resistor is a functional logical resistor, not a parasitic resistor. For the time being, only MIM (i.e. metal) resistor type is supported.

The declarations needed to work on lores are available in the header file "/labo/include/mlo.h".

The following C structure supports the description of the logical resistor :

typedef struct lores
	{
	  struct lores	∗NEXT  ;
	  struct locon	∗RCON1 ;
	  struct locon	∗RCON2 ; 
	  char	∗NAME  ;
	  double	RESI   ;
	  char	TYPE   ;
	  struct ptype	∗USER  ;
	} lores_list	       ;
Pointer to the next lores of the list.
Pointer to the rcon1 connector of the resistor. This connector is, of course unique. See locon(3) for details.
Pointer to the rcon2 connector of the resistor. This connector is, of course unique. See locon(3) for details.
NAME
Resistor instance name
Resistance value
Layer type of the resistor. One legal values is available :
Metal resistor.
Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share information on the resistor. This field is used with the LORES_INFO(3) ptype to store physical information.

mbk(1), addlores(3), getlores(3), dellores(3), setlores(3), locon(3), lofig(3), ptype(3).

See the file man1/alc_bug_report.1.

August 14, 2002 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.