adjusted_delay#

QAS.adjusted_delay(value: Optional[int] = None) int[source]#

Set or get the adjustment in the quantum analyzer delay.

Adjusts the delay that defines the time at which the integration starts in relation to the trigger signal of the weighted integration units.

Depending if the deskew matrix is bypassed there exists a different default delay. This function can be used to add an additional delay to the default delay.

Parameters:

value (Optional[int]) – Number of additional samples to adjust the delay. If not specified this function will just return the additional delay currently set.

Returns:

The adjustment in delay in units of samples.

Raises:

ValueError – If the adjusted quantum analyzer delay is outside the allowed range of 1021 samples.

Return type:

int