RmAttribute

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:RMATtribute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:RMATtribute
value: int = driver.source.bb.tdscdma.down.cell.enh.dch.dcch.rmAttribute.get(cell = repcap.Cell.Default)

Sets the rate matching.

Parameters:

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

Returns:

rm_attribute: integer Range: 16 to 1024

set(rm_attribute: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:RMATtribute
driver.source.bb.tdscdma.down.cell.enh.dch.dcch.rmAttribute.set(rm_attribute = 1, cell = repcap.Cell.Default)

Sets the rate matching.

Parameters:
  • rm_attribute – integer Range: 16 to 1024

  • cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)