Subsections
CSIM is capable of holding more then one network at a time. There are
two ways of specifing on which network a command should operate.
- For each command of the form csim(command,...); the
form csim(netIdx,command,...); exists which allows you to
explicitly specify the network to operate on.
- If csim(command,...); is used the default
network is used. The default network is set using the command
csim('access',netIdx);.
access
- idx=csim('access',netIdx); makes the network specified
by netIdx the default network and returns that value.
- csim('access',netIdx); makes the network specified
by netIdx the default network and prints that value.
- idx=csim('access'); returns the index of the default
network.
- csim('access'); prints the index of the default