Usubframe<SubframeNull>
RepCap Settings
# Range: Nr0 .. Nr200
rc = driver.source.bb.v5G.downlink.user.asPy.downlink.cell.usubframe.repcap_subframeNull_get()
driver.source.bb.v5G.downlink.user.asPy.downlink.cell.usubframe.repcap_subframeNull_set(repcap.SubframeNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:[CELL<CCIDX>]:USUBframe<DIR0>
- class UsubframeCls[source]
Usubframe commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: SubframeNull, default value after init: SubframeNull.Nr0
- get(userIx=UserIx.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) → bool[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:[CELL<CCIDX>]:USUBframe<DIR0> value: bool = driver.source.bb.v5G.downlink.user.asPy.downlink.cell.usubframe.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)
No command help available
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Usubframe’)
- return
use_sub_frame: No help available
- set(use_sub_frame: bool, userIx=UserIx.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:[CELL<CCIDX>]:USUBframe<DIR0> driver.source.bb.v5G.downlink.user.asPy.downlink.cell.usubframe.set(use_sub_frame = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)
No command help available
- param use_sub_frame
No help available
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Usubframe’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.v5G.downlink.user.asPy.downlink.cell.usubframe.clone()