Additional
SCPI Command :
SCONfiguration:BEXTension:CORRection:PORT<CH>:PHASe:ADDitional
- class AdditionalCls[source]
Additional commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(port=Port.Default) float [source]
# SCPI: 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.
- param port
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Port’)
- return
additional_phase: float Range: -360 to 360
- set(additional_phase: float, port=Port.Default) None [source]
# SCPI: 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.
- param additional_phase
float Range: -360 to 360
- param port
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Port’)