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