Card 9 - REPEAT Additional Card Generation
This optional card generates additional copies of the previous Card 9 card in the data deck.
Parameters: KODE
, N1
, T1
,
T2
KODE
KODE
is the code REPEAT
(or 11)
N1
N1
is an element or conductance number limit.
T1
T1
is an element or conductance number increment.
T2
T2
is an element or conductance number increment.
Code example
SINK 30 0 CONSTANT
REPEAT 33 1
It will internally generate the following cards:
SINK 30 0 CONSTANT
SINK 31 0 CONSTANT
SINK 32 0 CONSTANT
SINK 33 0 CONSTANT
Notes
This card will generate a number of additional copies of the previous Card 9 card in the data deck, provided the previous Card 9 card is an XCOND, XCAP, SINK, or QNODE card.
If the previous card's N1 parameter is N1P, then additional cards will be generated with N1 increasing in the series N1P, N1P+T1, N1P+2T1,…N1. For XCOND cards, if the previous card's T1 parameter is T1P, then the corresponding T1 parameters generated will be T1P, T1P+T2, T1P+2*T2,….etc.