FrDensity<IndexNull>

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:FRDensity<ST_OPTIONAL>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr63

driver.source.bb.eutra.downlink.csis.cell.frDensity.repcap_indexNull_set(repcap.IndexNull.Nr0)
get(cellNull=CellNull.Default, indexNull=IndexNull.Default) EutraCsiRsFreqDensity[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:FRDensity<ST_OPTIONAL>
value: enums.EutraCsiRsFreqDensity = driver.source.bb.eutra.downlink.csis.cell.frDensity.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the parameter NZP-FrequencyDensity.

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

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

Returns:

csi_rf_freq_density: D1 | D12 | D13

set(csi_rf_freq_density: EutraCsiRsFreqDensity, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:FRDensity<ST_OPTIONAL>
driver.source.bb.eutra.downlink.csis.cell.frDensity.set(csi_rf_freq_density = enums.EutraCsiRsFreqDensity.D1, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the parameter NZP-FrequencyDensity.

Parameters:
  • csi_rf_freq_density – D1 | D12 | D13

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
frDensity_copy = driver.source.bb.eutra.downlink.csis.cell.frDensity.clone()