Adelay
SCPI Commands :
[SOURce<HW>]:IQ:OUTPut:[ANALog]:HPMarker:ADELay:I
[SOURce<HW>]:IQ:OUTPut:[ANALog]:HPMarker:ADELay:Q
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_icomponent() float[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:HPMarker:ADELay:I value: float = driver.source.iq.output.analog.hpMarker.adelay.get_icomponent()
Sets an additional delay for I component (marker 1) of the high precision marker signal.
- Returns:
additional_delay: float Range: 0 to 10E-6
- get_qcomponent() float[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:HPMarker:ADELay:Q value: float = driver.source.iq.output.analog.hpMarker.adelay.get_qcomponent()
Sets an additional delay for Q component (marker 2) of the high precision marker signal.
- Returns:
additional_delay: float Range: 0 to 10E-6
- set_icomponent(additional_delay: float) None[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:HPMarker:ADELay:I driver.source.iq.output.analog.hpMarker.adelay.set_icomponent(additional_delay = 1.0)
Sets an additional delay for I component (marker 1) of the high precision marker signal.
- Parameters:
additional_delay – float Range: 0 to 10E-6
- set_qcomponent(additional_delay: float) None[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:HPMarker:ADELay:Q driver.source.iq.output.analog.hpMarker.adelay.set_qcomponent(additional_delay = 1.0)
Sets an additional delay for Q component (marker 2) of the high precision marker signal.
- Parameters:
additional_delay – float Range: 0 to 10E-6