RmAttribute

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:RMATtribute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default, channel=Channel.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:RMATtribute
value: int = driver.source.bb.tdscdma.up.cell.enh.dch.dtch.rmAttribute.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)

Sets the rate matching.

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

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

Returns:

rm_attribute: integer Range: 16 to 1024

set(rm_attribute: int, cell=Cell.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:RMATtribute
driver.source.bb.tdscdma.up.cell.enh.dch.dtch.rmAttribute.set(rm_attribute = 1, cell = repcap.Cell.Default, channel = repcap.Channel.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’)

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