TdBehavior

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:TDBehavior
class TdBehaviorCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) TdType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:TDBehavior
value: enums.TdType = driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.tdBehavior.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects the time domain behavior (‘resourceType’) of the SRS resource set and thus enables or disables periodic SRS, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

td_behavior: APERiodic: no SRS transmissions PERiodic: SRS transmissions in every nth slot

set(cell_name: str, td_behavior: TdType, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:TDBehavior
driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.tdBehavior.set(cell_name = 'abc', td_behavior = enums.TdType.APERiodic, bwParts = repcap.BwParts.Default)

Selects the time domain behavior (‘resourceType’) of the SRS resource set and thus enables or disables periodic SRS, for BWP <bb>.

param cell_name:

No help available

param td_behavior:

APERiodic: no SRS transmissions PERiodic: SRS transmissions in every nth slot

param bwParts:

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