NoGroups

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:NOGRoups
class NoGroupsCls[source]

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

get(subframeNull=SubframeNull.Default, cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:NOGRoups
value: int = driver.source.bb.eutra.downlink.subf.encc.phich.cell.noGroups.get(subframeNull = repcap.SubframeNull.Default, cellNull = repcap.CellNull.Default)

Queries the number of available PHICH groups.

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

return

group_count: integer Range: 0 to dynamic

set(group_count: int, subframeNull=SubframeNull.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:NOGRoups
driver.source.bb.eutra.downlink.subf.encc.phich.cell.noGroups.set(group_count = 1, subframeNull = repcap.SubframeNull.Default, cellNull = repcap.CellNull.Default)

Queries the number of available PHICH groups.

param group_count

integer Range: 0 to dynamic

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