Public Member Functions | |
def | __init__ |
def | AsDict |
def | GetBand |
def | GetLeftBand |
def | GetRightBand |
def | SetBandToDefaults |
def | SetCorruptionAmount |
def | SetCorruptionCorrelation |
def | SetDefaults |
def | SetDelayAmount |
def | SetDelayCorrelation |
def | SetDelayDistribution |
def | SetDelayReorder |
def | SetDelayVariation |
def | SetDropAmount |
def | SetDropCorrelation |
def | SetDupAmount |
def | SetDupCorrelation |
def | SetRateLimit |
def | SetReorderAmount |
def | SetReorderCorrelation |
def | SetReorderGap |
def | Validate |
Private Attributes | |
__LeftBands | |
__RightBands |
Definition at line 346 of file mm2client.py.
def mm2client.Bands.__init__ | ( | self | ) |
Definition at line 347 of file mm2client.py.
def mm2client.Bands.AsDict | ( | self | ) |
Definition at line 436 of file mm2client.py.
def mm2client.Bands.GetBand | ( | self, | |
bnum, | |||
leftflag | |||
) |
Definition at line 366 of file mm2client.py.
def mm2client.Bands.GetLeftBand | ( | self, | |
bnum | |||
) |
Definition at line 356 of file mm2client.py.
def mm2client.Bands.GetRightBand | ( | self, | |
bnum | |||
) |
Definition at line 361 of file mm2client.py.
def mm2client.Bands.SetBandToDefaults | ( | self, | |
bnum, | |||
leftflag | |||
) |
Definition at line 388 of file mm2client.py.
def mm2client.Bands.SetCorruptionAmount | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 427 of file mm2client.py.
def mm2client.Bands.SetCorruptionCorrelation | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 430 of file mm2client.py.
def mm2client.Bands.SetDefaults | ( | self | ) |
Definition at line 382 of file mm2client.py.
def mm2client.Bands.SetDelayAmount | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 391 of file mm2client.py.
def mm2client.Bands.SetDelayCorrelation | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 397 of file mm2client.py.
def mm2client.Bands.SetDelayDistribution | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 400 of file mm2client.py.
def mm2client.Bands.SetDelayReorder | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 403 of file mm2client.py.
def mm2client.Bands.SetDelayVariation | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 394 of file mm2client.py.
def mm2client.Bands.SetDropAmount | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 406 of file mm2client.py.
def mm2client.Bands.SetDropCorrelation | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 409 of file mm2client.py.
def mm2client.Bands.SetDupAmount | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 412 of file mm2client.py.
def mm2client.Bands.SetDupCorrelation | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 415 of file mm2client.py.
def mm2client.Bands.SetRateLimit | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 433 of file mm2client.py.
def mm2client.Bands.SetReorderAmount | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 421 of file mm2client.py.
def mm2client.Bands.SetReorderCorrelation | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 424 of file mm2client.py.
def mm2client.Bands.SetReorderGap | ( | self, | |
bnum, | |||
leftflag, | |||
val | |||
) |
Definition at line 418 of file mm2client.py.
def mm2client.Bands.Validate | ( | self | ) |
Definition at line 373 of file mm2client.py.
mm2client.Bands::__LeftBands [private] |
Definition at line 347 of file mm2client.py.
mm2client.Bands::__RightBands [private] |
Definition at line 347 of file mm2client.py.