scoped_sizing#
Bases:
TUIMenu
Manage scoped sizing.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
compute
(service, version, mode, path)Computes the size field based on the defined size functions and/or scoped size controls.
create
(service, version, mode, path)Defines the scoped size based on the specified parameters.
delete
(service, version, mode, path)Deletes the specified scoped size controls.
delete_all
(service, version, mode, path)Deletes all the defined scoped size controls.
delete_size_field
(service, version, mode, path)Deletes the current size field.
list
(service, version, mode, path)Lists all the defined scoped size controls and the corresponding parameter values defined.
list_zones_uncovered_by_controls
(service, ...)Lists the zones for which no scoped sizing controls have been defined.
modify
(service, version, mode, path)Modifies the scoped size control definition.
read
(service, version, mode, path)Enables you to read in a scoped sizing file (*.szcontrol).
validate
(service, version, mode, path)Validates the scoped sizing controls defined.
write
(service, version, mode, path)Enables you to write a scoped sizing file (*.szcontrol).
__init__ method of TUIMenu class.
Bases:
TUIMethod
Computes the size field based on the defined size functions and/or scoped size controls.
Bases:
TUIMethod
Defines the scoped size based on the specified parameters.
Bases:
TUIMethod
Deletes the specified scoped size controls.
Bases:
TUIMethod
Deletes all the defined scoped size controls.
Bases:
TUIMethod
Deletes the current size field.
Bases:
TUIMethod
Lists all the defined scoped size controls and the corresponding parameter values defined.
Bases:
TUIMethod
Lists the zones for which no scoped sizing controls have been defined.
Bases:
TUIMethod
Modifies the scoped size control definition.
Bases:
TUIMethod
Enables you to read in a scoped sizing file (*.szcontrol).
Bases:
TUIMethod
Validates the scoped sizing controls defined. An error will be reported if the scoped sizing controls do not exist or the scope for one (or more) controls is invalid.
Bases:
TUIMethod
Enables you to write a scoped sizing file (*.szcontrol).