Center
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:CENTer
- class CenterCls[source]
Center commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trxFrontent=TrxFrontent.Default) float [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:CENTer value: float = driver.source.areGenerator.frontend.trx.center.get(trxFrontent = repcap.TrxFrontent.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 trxFrontent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)
- return:
areg_fe_center_fre: No help available
- set(areg_fe_center_fre: float, trxFrontent=TrxFrontent.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:CENTer driver.source.areGenerator.frontend.trx.center.set(areg_fe_center_fre = 1.0, trxFrontent = repcap.TrxFrontent.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:
No help available
- param trxFrontent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)