This file is indexed.

/usr/share/octave/packages/ocs-0.1.5/sbn/doc-cache is in octave-ocs 0.1.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# doc-cache created by Octave 4.0.0
# name: cache
# type: cell
# rows: 3
# columns: 10
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
Mcapacitors


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 945
 -- Function File: [A,B,C]= Mcapacitors(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing models for capacitors.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "LIN" (Linear Capacitor)
             - C -> capacitance value
       2. STRING = "MULTICAP" (Multipole Capacitor)
             - C -> capacitance values
       3. STRING = "PDE_NMOS" (Drift-Diffusion PDE NMOS capacitor)
             - tbulk -> bulk thickness
             - tox -> oxide thickness
             - Nnodes -> number of nodes of 1D grid
             - Na -> bulk doping
             - toll -> absolute tolerance
             - maxit -> max iterations number
             - Area -> device area

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 44
SBN file implementing models for capacitors.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 15
Mcurrentsources


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1002
 -- Function File: [A,B,C]= Mcurrentsources(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing models for current sources.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "DC" (Static indipendent current source)
             - I -> Current source value
       2. STRING = "VCCS" (Voltage controlled current source)
             - K -> Control parameter
       3. STRING = "sinwave" (Sinusoidal indipendent current source)
             - shift -> mean value of sinusoidal input
             - Ampl -> amplitude of sinusoidal wave
             - f -> frequency of sinusoidal wave
             - delay -> delay of sinusoidal wave
       4. STRING = "VCPS" (Voltage controlled power source)
             - K -> Control parameter

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 49
SBN file implementing models for current sources.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
Mdiode


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 915
 -- Function File: [A,B,C]= Mdiode(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing models for diodes.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

        - STRING = "simple" (Usual exponential diode model)
             - Is -> reverse current
             - Vth -> thermal voltage
             - Rpar -> parasitic resistance
        - STRING = "PDEsymmetric" (Drift-Diffusion PDE model)
             - len -> diode length
             - Nnodes -> number of nodes of 1D grid
             - Dope -> doping (abrupt and symmetric)
             - toll -> absolute tolerance
             - maxit -> max iterations number
             - Area -> device area

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 40
SBN file implementing models for diodes.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
Minductors


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 504
 -- Function File: [A,B,C]= Minductors(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing models for inductors.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "LIN" (Linear inductor model)
             - L -> inductance value

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 43
SBN file implementing models for inductors.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
Mnmosfet


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1083
 -- Function File: [A,B,C]= Mnmosfet(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing standard models for n-mosfets.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "simple" (Standard model for MOSFET)
             - rd -> parasitic resistance between drain and source
             - k -> k parameter for usual mosfet model
             - Vth -> threshold voltage
       2. STRING = "lincap" (Adds RC parasitics)
             - rd -> parasitic resistance between drain and source
             - k -> k parameter for usual mosfet model
             - Vth -> threshold voltage
             - Rs -> parasitic source resistance
             - Rd -> parasitic drain resistance
             - Cs -> gate-source capacitance
             - Cd -> gate-drain capacitance
             - Cb -> gate-bulk capacitance

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 52
SBN file implementing standard models for n-mosfets.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 14
Mpdesympnjunct


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 183
 -- Function File: [J,G]= Mpdesympnjunct (LEN, DOPE, VA, AREA, NNODES,
          TOLL, MAXIT, PTOLL, PMAXIT)

     INTERNAL FUNCTION:

     NOT SUPPOSED TO BE CALLED DIRECTLY BY USERS


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 18
INTERNAL FUNCTION:



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
Mpmosfet


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1083
 -- Function File: [A,B,C]= Mpmosfet(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing standard models for p-mosfets.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "simple" (Standard model for MOSFET)
             - rd -> parasitic resistance between drain and source
             - k -> k parameter for usual mosfet model
             - Vth -> threshold voltage
       2. STRING = "lincap" (Adds RC parasitics)
             - rd -> parasitic resistance between drain and source
             - k -> k parameter for usual mosfet model
             - Vth -> threshold voltage
             - Rs -> parasitic source resistance
             - Rd -> parasitic drain resistance
             - Cs -> gate-source capacitance
             - Cd -> gate-drain capacitance
             - Cb -> gate-bulk capacitance

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 52
SBN file implementing standard models for p-mosfets.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
Mresistors


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1064
 -- Function File: [A,B,C]= Mresistors(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing models for resistors.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "LIN" (Linear resistor)
             - R -> resistance value
       2. STRING = "THERMAL" (Linear resistor with termal pin)
             - R0 -> reference resistance value at temperature 'TNOM'
             - TC1 -> coefficient for first order Taylor expansion
             - TC2 -> coefficient for second order Taylor expansion
             - TNOM -> reference temperature
       3. STRING = "THERMAL1D" (1D Thermal resistor)
             - L -> length of 1D domain
             - N -> number of discretized elements
             - cv -> PDE coefficient for dynamic part
             - k -> PDE coefficient for diffusion part

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 43
SBN file implementing models for resistors.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 21
Mshichmanhodgesmosfet


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1072
 -- Function File: [A,B,C]= Mshichmanhodgesmosfet(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing Schichman-Hodges MOSFETs model.

     STRING is used to select among models.  Possible models are:

       1. STRING = "NMOS" (Schichman-Hodges n-MOSFET)
       2. STRING = "PMOS" (Schichman-Hodges p-MOSFET)

     Parameters for all the above models are:
        * rd -> parasitic resistance between drain and source
        * W -> MOSFET width
        * L -> channel length
        * mu0 -> reference value for mobility
        * Vth -> threshold voltage
        * Cox -> oxide capacitance
        * Cgs -> gate-source capacitance
        * Cgd -> gate-drain capacitance
        * Cgb -> gate-bulk capacitance
        * Csb -> source-bulk capacitance
        * Cdb -> drain-bulk capacitance
        * Tshift -> shift for reference temperature on MOSFETs (default
          0)

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 53
SBN file implementing Schichman-Hodges MOSFETs model.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 15
Mvoltagesources


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1616
 -- Function File: [A,B,C]= Mvoltagesources(STRING,PARAMETERS,
          PARAMETERNAMES,EXTVAR,INTVAR,T)

     SBN file implementing models for voltage sources.

     STRING is used to select among models.  Parameters are listed as
     inner items.  Possible models are:

       1. STRING = "DC" (Static indipendent voltage source)
             - V -> Current source value
       2. STRING = "sinwave" (Sinusoidal indipendent voltage source)
             - shift -> mean value of sinusoidal input
             - Ampl -> amplitude of sinusoidal wave
             - f -> frequency of sinusoidal wave
             - delay -> delay of sinusoidal wave
       3. STRING = "pwl" (Piecewise linear voltage source)
             - takes as parameter times and values.  For example '0 1 4
               6' means at time instant 0 value 1, at time instant 4
               value 6, etc.
       4. STRING = "squarewave" (Square wave)
             - low -> low-state value
             - high -> high-state value
             - tlow -> duration of low-state
             - thigh -> duration of high-state
             - delay -> delay of square wave
             - start -> starting voltage value
       5. STRING = "step" (Voltage step)
             - low -> low-state value
             - high -> high-state value
             - tstep -> time instant of step transition
       6. STRING = "VCVS" (Voltage controlled voltage source)
             - K -> Control parameter

     See the 'IFF file format specifications' for details about the
     output structures.

     See also: prs_iff,asm_initialize_system,asm_build_system.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 49
SBN file implementing models for voltage sources.