qiskit.pulse.ScheduleBlock.get_parameters¶
-
ScheduleBlock.
get_parameters
(parameter_name)[source]¶ Get parameter object bound to this schedule by string name.
Because different
Parameter
objects can have the same name, this method returns a list ofParameter
s for the provided name.- Parameters
parameter_name (
str
) – Name of parameter.- Return type
List
[Parameter
]- Returns
Parameter objects that have corresponding name.