Frequency
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:RFSettings:DL:APOint:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RFSettings:DL:APOint:FREQuency value: float = driver.configure.signaling.nradio.cell.rfSettings.downlink.apoint.frequency.get(cell_name = 'abc')
Sets the user-defined frequency of point A for the downlink.
- param cell_name:
No help available
- return:
frequency: No help available
- set(cell_name: str, frequency: float) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RFSettings:DL:APOint:FREQuency driver.configure.signaling.nradio.cell.rfSettings.downlink.apoint.frequency.set(cell_name = 'abc', frequency = 1.0)
Sets the user-defined frequency of point A for the downlink.
- param cell_name:
No help available
- param frequency:
No help available