NgParameter

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:NGParameter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) PhichNg[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:NGParameter
value: enums.PhichNg = driver.source.bb.eutra.downlink.ca.cell.phich.ngParameter.get(cellNull = repcap.CellNull.Default)

Sets the parameter N_g according to .

Parameters:

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

Returns:

ng_parameter: NG1_6 | NG1_2 | NG1 | NG2 | NGCustom NG1_6 | NG1_2 | NG1 | NG2 Determines the number of PHICH groups. NGCustom (not if carrier aggregation is used) The number of PHICH groups are set with the method RsSmw.source.bb.eutra.downlink.subf.encc.phich.cell.noGroups.set() .

set(ng_parameter: PhichNg, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PHICh:NGParameter
driver.source.bb.eutra.downlink.ca.cell.phich.ngParameter.set(ng_parameter = enums.PhichNg.NG1, cellNull = repcap.CellNull.Default)

Sets the parameter N_g according to .

Parameters:
  • ng_parameter – NG1_6 | NG1_2 | NG1 | NG2 | NGCustom NG1_6 | NG1_2 | NG1 | NG2 Determines the number of PHICH groups. NGCustom (not if carrier aggregation is used) The number of PHICH groups are set with the method RsSmw.source.bb.eutra.downlink.subf.encc.phich.cell.noGroups.set() .

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