qiskit.pulse.instructions.Call.assigned_subroutine¶
- Call.assigned_subroutine()[Quellcode]¶
Returns this subroutine with the parameters assigned.
Bemerkung
This function may be often called internally for class equality check despite its overhead of parameter assignment. The subroutine with parameter assigned is cached based on
.argument
hash. Once this argument is updated, new assigned instance will be returned. Note that this update is not mutable operation.- Rückgabe
Attached program.
- Rückgabetyp
program (Union[Schedule, ScheduleBlock])