Subframe

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:SUBFrame
class SubframeCls[source]

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

get(userIx=UserIx.Default, cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:SUBFrame
value: int = driver.source.bb.v5G.downlink.user.asPy.downlink.cell.seqElem.subframe.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.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’)

return

dl_subfr_no: No help available

set(dl_subfr_no: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:SUBFrame
driver.source.bb.v5G.downlink.user.asPy.downlink.cell.seqElem.subframe.set(dl_subfr_no = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

No command help available

param dl_subfr_no

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’)