Sets the simulation bandwidth.
ModemAPI.bdh
WebSetModem( in nModem : number, in fComp : float optional );
none
Parameter | Description |
---|---|
nModem |
Can be one of the following values:
|
fComp |
For the modem types where the hardware compression rate can be set (see the profile settings), this is the hardware compression rate to use. By default, the commpresion rate is set to 1.0. |
dcltrans transaction TWebInit begin WebSetModem(MOD_ISDN_128); WebDumpSettings(); end TWebInit;