RmAttribute
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:RMATtribute
- class RmAttributeCls[source]
RmAttribute commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, channel=Channel.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:RMATtribute value: int = driver.source.bb.tdscdma.down.cell.enh.dch.dtch.rmAttribute.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Sets the rate matching.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- return
rm_attribute: integer Range: 16 to 1024
- set(rm_attribute: int, cell=Cell.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:RMATtribute driver.source.bb.tdscdma.down.cell.enh.dch.dtch.rmAttribute.set(rm_attribute = 1, cell = repcap.Cell.Default, channel = repcap.Channel.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’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)