Align
SCPI Commands :
SCONfiguration:BEXTension:INFO:ALIGn:COMMent
SCONfiguration:BEXTension:INFO:ALIGn:DATE
SCONfiguration:BEXTension:INFO:ALIGn:TIME
- Commands in total: 7Subgroups: 2Direct child commands: 3
- get_comment() str[source]
# 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.
- Returns:
comment: string
- get_date() str[source]
# SCONfiguration:BEXTension:INFO:ALIGn:DATE value: str = driver.sconfiguration.bextension.info.align.get_date()
Queries the date of the last setup alignment procedure.
- Returns:
align_date: string
- get_time() str[source]
# SCONfiguration:BEXTension:INFO:ALIGn:TIME value: str = driver.sconfiguration.bextension.info.align.get_time()
Queries the time of the last setup alignment procedure.
- Returns:
align_time: string
Cloning the Group
# Create a copy of the original group, that exists independently
align_copy = driver.sconfiguration.bextension.info.align.clone()
Subgroups