System

SCPI Command :

[SOURce<HW>]:AREGenerator:CHANnel:SYSTem:ALIGnment
class SystemCls[source]

System commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_alignment() AregCconfigSystAlign[source]
# SCPI: [SOURce<HW>]:AREGenerator:CHANnel:SYSTem:ALIGnment
value: enums.AregCconfigSystAlign = driver.source.areGenerator.channel.system.get_alignment()

Enables the system alignment If the required option is available in the pre-configured system.

return:

syst_align: OFF| TABLe| ON OFF Default state. No option installed. System alignment is not used. ON Requires R&S AREG8 -B97. System alignment is executed. All frontends included in the test setup are mapped according to the factory alignment. TABLe Requires R&S AREG8 -B98. System alignment is executed. Same mapping as for state’ON’. In addition, you can define a table of certain center frequencies and bandwidths for an additional alignment procedure which has an increased level linearity. The definitions in the table limit the possible settings for the radar sensor settings in the ‘Sensor/DUT Config’ dialog. The frontend center frequency is set read-only and selected according to the configured radar sensor frequency..

set_alignment(syst_align: AregCconfigSystAlign) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:CHANnel:SYSTem:ALIGnment
driver.source.areGenerator.channel.system.set_alignment(syst_align = enums.AregCconfigSystAlign.OFF)

Enables the system alignment If the required option is available in the pre-configured system.

param syst_align:

OFF| TABLe| ON OFF Default state. No option installed. System alignment is not used. ON Requires R&S AREG8 -B97. System alignment is executed. All frontends included in the test setup are mapped according to the factory alignment. TABLe Requires R&S AREG8 -B98. System alignment is executed. Same mapping as for state’ON’. In addition, you can define a table of certain center frequencies and bandwidths for an additional alignment procedure which has an increased level linearity. The definitions in the table limit the possible settings for the radar sensor settings in the ‘Sensor/DUT Config’ dialog. The frontend center frequency is set read-only and selected according to the configured radar sensor frequency..