Pow

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:GROup<GR0>:ITEM<USER0>:POW
class PowCls[source]

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

get(subframeNull=SubframeNull.Default, cellNull=CellNull.Default, groupNull=GroupNull.Default, itemNull=ItemNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:GROup<GR0>:ITEM<USER0>:POW
value: float = driver.source.bb.eutra.downlink.subf.encc.phich.cell.group.item.pow.get(subframeNull = repcap.SubframeNull.Default, cellNull = repcap.CellNull.Default, groupNull = repcap.GroupNull.Default, itemNull = repcap.ItemNull.Default)

Sets the power of the individual PHICHs.

param subframeNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

param cellNull

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

param groupNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Group’)

param itemNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)

return

power: float Range: -80 to 10

set(power: float, subframeNull=SubframeNull.Default, cellNull=CellNull.Default, groupNull=GroupNull.Default, itemNull=ItemNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:GROup<GR0>:ITEM<USER0>:POW
driver.source.bb.eutra.downlink.subf.encc.phich.cell.group.item.pow.set(power = 1.0, subframeNull = repcap.SubframeNull.Default, cellNull = repcap.CellNull.Default, groupNull = repcap.GroupNull.Default, itemNull = repcap.ItemNull.Default)

Sets the power of the individual PHICHs.

param power

float Range: -80 to 10

param subframeNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

param cellNull

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

param groupNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Group’)

param itemNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)