Center
SCPI Command :
[SOURce<HW>]:AREGenerator:SENSor<CH>:CENTer
- class CenterCls[source]
Center commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sensor=Sensor.Default) int [source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:CENTer value: int = driver.source.areGenerator.sensor.center.get(sensor = repcap.Sensor.Default)
Sets the center frequency for the radar sensor. Set it according to the center frequency of the radar sensor included in the test setup.
- param sensor:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sensor’)
- return:
areg_sens_cent_fre: No help available
- set(areg_sens_cent_fre: int, sensor=Sensor.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:CENTer driver.source.areGenerator.sensor.center.set(areg_sens_cent_fre = 1, sensor = repcap.Sensor.Default)
Sets the center frequency for the radar sensor. Set it according to the center frequency of the radar sensor included in the test setup.
- param areg_sens_cent_fre:
No help available
- param sensor:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sensor’)