Align

SCPI Command :

SCONfiguration:BEXTension:ALIGn:STATus
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_status() BwExtAlignStatus[source]
# SCONfiguration:BEXTension:ALIGn:STATus
value: enums.BwExtAlignStatus = driver.sconfiguration.bextension.align.get_status()

Queries the alignment status of the bandwidth extension setup.

Returns:

aligned_status: NALigned | ALIGned NALigned Setup is not aligned. ALIGned Setup is aligned.

Cloning the Group

# Create a copy of the original group, that exists independently
align_copy = driver.sconfiguration.bextension.align.clone()

Subgroups