NoGroups

SCPI Command :

[SOURce<HW>]:BB:V5G: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:V5G:DL:[SUBF<ST0>]:ENCC:PHICh:[CELL<CCIDX>]:NOGRoups
value: int = driver.source.bb.v5G.downlink.subf.encc.phich.cell.noGroups.get(subframeNull = repcap.SubframeNull.Default, cellNull = repcap.CellNull.Default)

No command help available

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: No help available

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

No command help available

param group_count

No help available

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