Usubframe<SubframeNull>

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:[CELL<CCIDX>]:USUBframe<DIR0>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr200

driver.source.bb.eutra.downlink.user.asPy.downlink.cell.usubframe.repcap_subframeNull_set(repcap.SubframeNull.Nr0)
get(userIx=UserIx.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:[CELL<CCIDX>]:USUBframe<DIR0>
value: bool = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.usubframe.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)

Sets the downlink subframes to be used for the HARQ transmission.

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

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

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Usubframe’)

Returns:

use_sub_frame: 1 | ON | 0| OFF

set(use_sub_frame: bool, userIx=UserIx.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:[CELL<CCIDX>]:USUBframe<DIR0>
driver.source.bb.eutra.downlink.user.asPy.downlink.cell.usubframe.set(use_sub_frame = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)

Sets the downlink subframes to be used for the HARQ transmission.

Parameters:
  • use_sub_frame – 1 | ON | 0| OFF

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

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

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Usubframe’)

Cloning the Group

# Create a copy of the original group, that exists independently
usubframe_copy = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.usubframe.clone()