qiskit.pulse.Schedule.get_parameters¶
- Schedule.get_parameters(parameter_name)[ソース]¶
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.- パラメータ
parameter_name (
str
) – Name of parameter.- 戻り値の型
List
[Parameter
]- 戻り値
Parameter objects that have corresponding name.