Skip to content

Python Utils Feedback Model

zhinst.utils.feedback_model

Feedback Data Latency model for PQSC, SHF- and HDAWG systems.

Typical usage example:

model = QCCSFeedbackModel(
    description=get_feedback_system_description(
        generator_type=SGType.HDAWG,
        analyzer_type=QAType.SHFQA,
        pqsc_mode=PQSCMode.DECODER
    )
)