IqDelay
SCPI Command :
SCONfiguration:BEXTension:CORRection:PORT<CH>:IQDelay
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(port=Port.Default) float[source]
# SCONfiguration:BEXTension:CORRection:PORT<CH>:IQDelay value: float = driver.sconfiguration.bextension.correction.port.iqDelay.get(port = repcap.Port.Default)
Queries the IQ delay at the selected RF port.
- Parameters:
port – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Port’)
- Returns:
ipart_qdelay: float
Cloning the Group
# Create a copy of the original group, that exists independently
iqDelay_copy = driver.sconfiguration.bextension.correction.port.iqDelay.clone()
Subgroups