Additional
SCPI Command :
SCONfiguration:BEXTension:CORRection:PORT<CH>:IQDelay:ADDitional
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(port=Port.Default) float[source]
# SCONfiguration:BEXTension:CORRection:PORT<CH>:IQDelay:ADDitional value: float = driver.sconfiguration.bextension.correction.port.iqDelay.additional.get(port = repcap.Port.Default)
Sets an additional IQ delay as an offset to the current IQ delay at the selected RF port.
- Parameters:
port – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Port’)
- Returns:
additional_delay: float Range: 0 to 1E-9
- set(additional_delay: float, port=Port.Default) None[source]
# SCONfiguration:BEXTension:CORRection:PORT<CH>:IQDelay:ADDitional driver.sconfiguration.bextension.correction.port.iqDelay.additional.set(additional_delay = 1.0, port = repcap.Port.Default)
Sets an additional IQ delay as an offset to the current IQ delay at the selected RF port.
- Parameters:
additional_delay – float Range: 0 to 1E-9
port – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Port’)