RmAttribute

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:RMATtribute
class RmAttributeCls[source]

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

get(cell=Cell.Default) int[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:RMATtribute
value: int = driver.source.bb.tdscdma.up.cell.enh.dch.dcch.rmAttribute.get(cell = repcap.Cell.Default)

Sets the rate matching.

param cell

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

return

rm_attribute: integer Range: 16 to 1024

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

Sets the rate matching.

param rm_attribute

integer Range: 16 to 1024

param cell

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