group_path¶
- -name
name of group
- -comment
comment string
- -weight
cost function weight
- -critical_range
delay range to include in cost function
- -from
list of path startpoints
- -rise_from
list of path startpoints
- -fall_from
list of path startpoints
- -through
list of path through points
- -rise_through
list of path through points
- -fall_through
list of path through points
- -to
list of path endpoints
- -rise_to
list of path endpoints
- -fall_to
list of path endpoints
- -default
move paths into the default group
-name¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
name default
- GroupType.TYPE_LEAST:
name default
simple case
There is currently no simple case.
-comment¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-weight¶
attribute
- type:
FLOAT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-critical_range¶
attribute
- type:
FLOAT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-from¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
from rise_from fall_from
simple case
There is currently no simple case.
-rise_from¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
from rise_from fall_from
simple case
There is currently no simple case.
-fall_from¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
from rise_from fall_from
simple case
There is currently no simple case.
-through¶
attribute
- type:
GROUPSTR
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
through rise_through fall_through
simple case
There is currently no simple case.
-rise_through¶
attribute
- type:
GROUPSTR
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
through rise_through fall_through
simple case
There is currently no simple case.
-fall_through¶
attribute
- type:
GROUPSTR
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
through rise_through fall_through
simple case
There is currently no simple case.
-to¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
to rise_to fall_to
simple case
There is currently no simple case.
-rise_to¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
to rise_to fall_to
simple case
There is currently no simple case.
-fall_to¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
to rise_to fall_to
simple case
There is currently no simple case.
-default¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
name default
- GroupType.TYPE_LEAST:
name default
simple case
There is currently no simple case.