Align

SCPI Commands :

SCONfiguration:BEXTension:INFO:ALIGn:COMMent
SCONfiguration:BEXTension:INFO:ALIGn:DATE
SCONfiguration:BEXTension:INFO:ALIGn:TIME
class AlignCls[source]

Align commands group definition. 7 total commands, 2 Subgroups, 3 group commands

get_comment() str[source]
# SCPI: SCONfiguration:BEXTension:INFO:ALIGn:COMMent
value: str = driver.sconfiguration.bextension.info.align.get_comment()

Queries commenting information on the setup alignment. The information specifies characteristics of the aligment or the bandwidth extension setup.

return

comment: string

get_date() str[source]
# SCPI: SCONfiguration:BEXTension:INFO:ALIGn:DATE
value: str = driver.sconfiguration.bextension.info.align.get_date()

Queries the date of the last setup alignment procedure.

return

align_date: string

get_time() str[source]
# SCPI: SCONfiguration:BEXTension:INFO:ALIGn:TIME
value: str = driver.sconfiguration.bextension.info.align.get_time()

Queries the time of the last setup alignment procedure.

return

align_time: string

Cloning the Group

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

Subgroups