Fhopping

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SRS:FHOPping
class FhoppingCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Csrs: int: No parameter help available

  • Bsrs: int: No parameter help available

  • Bhop: int: No parameter help available

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:FHOPping
value: GetStruct = driver.configure.signaling.nradio.cell.srs.fhopping.get(cell_name = 'abc')

No command help available

param cell_name:

No help available

return:

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

set(cell_name: str, csrs: int, bsrs: int = None, bhop: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:FHOPping
driver.configure.signaling.nradio.cell.srs.fhopping.set(cell_name = 'abc', csrs = 1, bsrs = 1, bhop = 1)

No command help available

param cell_name:

No help available

param csrs:

No help available

param bsrs:

No help available

param bhop:

No help available