Center

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:CENTer
class CenterCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:CENTer
value: float = driver.source.areGenerator.frontend.fe.center.get(channel = repcap.Channel.Default)

Sets the RF center frequency of the output signal of the connected frontend. The frontend center frequency and frequency range depend on the configuration of the R&S AREG800A and the configuration of the frontend included in the test setup. For more information, see the data sheet. When using custom frontends, the IF center frequency instead of the RF center frequency is configurable in the frontend configuration. The IF center frequency with the sensor bandwidth is used for the cable correction, whereas the sensor frequency and bandwidth is used for the antenna correction.

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)

return:

areg_fe_center_fre: float Range: 0 to 100E9

set(areg_fe_center_fre: float, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:CENTer
driver.source.areGenerator.frontend.fe.center.set(areg_fe_center_fre = 1.0, channel = repcap.Channel.Default)

Sets the RF center frequency of the output signal of the connected frontend. The frontend center frequency and frequency range depend on the configuration of the R&S AREG800A and the configuration of the frontend included in the test setup. For more information, see the data sheet. When using custom frontends, the IF center frequency instead of the RF center frequency is configurable in the frontend configuration. The IF center frequency with the sensor bandwidth is used for the cable correction, whereas the sensor frequency and bandwidth is used for the antenna correction.

param areg_fe_center_fre:

float Range: 0 to 100E9

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)