Fhopping
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:RESource: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, resource_no: int, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:RESource:FHOPping value: GetStruct = driver.configure.signaling.nradio.cell.bwp.srs.aswitching.resource.fhopping.get(cell_name = 'abc', resource_no = 1, bwParts = repcap.BwParts.Default)
Configures the frequency hopping for SRS resource <ResourceNo> for SRS antenna switching, for BWP <bb>.
- param cell_name:
No help available
- param resource_no:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, resource_no: int, csrs: int, bsrs: int = None, bhop: int = None, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:RESource:FHOPping driver.configure.signaling.nradio.cell.bwp.srs.aswitching.resource.fhopping.set(cell_name = 'abc', resource_no = 1, csrs = 1, bsrs = 1, bhop = 1, bwParts = repcap.BwParts.Default)
Configures the frequency hopping for SRS resource <ResourceNo> for SRS antenna switching, for BWP <bb>.
- param cell_name:
No help available
- param resource_no:
No help available
- param csrs:
No help available
- param bsrs:
No help available
- param bhop:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)