FreqError
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:FERRor
- class FreqErrorCls[source]
FreqError commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Frequency_Error: float: No parameter help available
Res_Center_Freq: int: Center frequency resulting from nominal center frequency plus frequency error.
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:FERRor value: GetStruct = driver.configure.signaling.lte.cell.rfSettings.uplink.freqError.get(cell_name = 'abc')
Configures a frequency error to be added to the configured UL carrier center frequency.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, frequency_error: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:FERRor driver.configure.signaling.lte.cell.rfSettings.uplink.freqError.set(cell_name = 'abc', frequency_error = 1.0)
Configures a frequency error to be added to the configured UL carrier center frequency.
- param cell_name:
No help available
- param frequency_error:
No help available