Cfrequency

SCPI Command :

SENSe:SIGNaling:NRADio:CELL:RFSettings:CFRequency
class CfrequencyCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Dl_Frequency: float: DL carrier center frequency

  • Ul_Frequency: float: UL carrier center frequency

get(cell_name: str) GetStruct[source]
# SCPI: SENSe:SIGNaling:NRADio:CELL:RFSettings:CFRequency
value: GetStruct = driver.sense.signaling.nradio.cell.rfSettings.cfrequency.get(cell_name = 'abc')

Queries the carrier center frequencies.

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.