Parameterparameterself.$(id) = $(id)$valueLabellabelstring#if $label() then 'none' else 'part'#Valuevalue0$type.typeTypetypeenum#if $type() then 'none' else 'part'#Short IDshort_idstring#if not $type()
all#slurp
#elif $short_id()
none#slurp
#else
part#slurp
#end iflen($short_id) in (0, 1)$short_id == '' or $(short_id).isalpha()
This block represents a parameter to the flow graph. \
A parameter can be used to pass command line arguments into a top block. \
Or, parameters can pass arguments into an instantiated hierarchical block.
The paramater value cannot depend on any variables.
Leave the label blank to use the parameter id as the label.
When type is not None, this parameter also becomes a command line option of the form:
-[short_id] --[id] [value]
The Short ID field may be left blank.