Class representing optimized store-action media blanking behavior.
As with all of the other classes that represent configuration
sections, all of these values are optional. It is up to some
higher-level construct to decide whether everything they need is filled
in. Some validation is done on non-None
assignments
through the use of the Python property()
construct.
The following restrictions exist on data in this class:
|
__init__(self,
blankMode=None,
blankFactor=None)
Constructor for the BlankBehavior class. |
source code
|
|
|
|
|
|
|
|
|
|
|
_getBlankMode(self)
Property target used to get the blanking mode. |
source code
|
|
|
|
|
_getBlankFactor(self)
Property target used to get the blanking factor. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|