Phase

SCPI Command :

SCONfiguration:BEXTension:CORRection:PORT<CH>:PHASe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(port=Port.Default) float[source]
# 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.

Parameters:

port – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Port’)

Returns:

phase: float

Cloning the Group

# Create a copy of the original group, that exists independently
phase_copy = driver.sconfiguration.bextension.correction.port.phase.clone()

Subgroups