Subframe
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:SUBFrame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:SUBFrame value: int = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.subframe.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the subframe number.
- 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’)
- set(dl_subfr_no: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:SUBFrame driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.subframe.set(dl_subfr_no = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the subframe number.
- Parameters:
dl_subfr_no – integer Range: 0 to max
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’)