Phase
SCPI Command :
SCONfiguration:BEXTension:CORRection:PORT<CH>:PHASe
- class PhaseCls[source]
Phase commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(port=Port.Default) float [source]
# SCPI: SCONfiguration:BEXTension:CORRection:PORT<CH>:PHASe value: float = driver.sconfiguration.bextension.correction.port.phase.get(port = repcap.Port.Default)
Queries the 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:
phase: float
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.bextension.correction.port.phase.clone()
Subgroups