VulTxPow
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:VULTxpow
- class VulTxPowCls[source]
VulTxPow commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, cellNull=CellNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:VULTxpow value: bool = driver.source.bb.eutra.downlink.user.asPy.uplink.cell.vulTxPow.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Enables variation of the UL Tx power.
- 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
vary_ul_tx_pow: 1| ON| 0| OFF
- set(vary_ul_tx_pow: bool, userIx=UserIx.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:VULTxpow driver.source.bb.eutra.downlink.user.asPy.uplink.cell.vulTxPow.set(vary_ul_tx_pow = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Enables variation of the UL Tx power.
- param vary_ul_tx_pow
1| ON| 0| OFF
- 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’)