Tcomb

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:RESource:TCOMb
class TcombCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Ktc: enums.Ktc: No parameter help available

  • Offset: int: No parameter help available

  • Cyclic_Shift: 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:TCOMb
value: GetStruct = driver.configure.signaling.nradio.cell.bwp.srs.aswitching.resource.tcomb.get(cell_name = 'abc', resource_no = 1, bwParts = repcap.BwParts.Default)

Configures the comb structure of the 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, ktc: Ktc = None, offset: int = None, cyclic_shift: int = None, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:RESource:TCOMb
driver.configure.signaling.nradio.cell.bwp.srs.aswitching.resource.tcomb.set(cell_name = 'abc', resource_no = 1, ktc = enums.Ktc.N2, offset = 1, cyclic_shift = 1, bwParts = repcap.BwParts.Default)

Configures the comb structure of the SRS resource <ResourceNo> for SRS antenna switching, for BWP <bb>.

param cell_name:

No help available

param resource_no:

No help available

param ktc:

No help available

param offset:

No help available

param cyclic_shift:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)