Cif

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CIF
class CifCls[source]

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

get(cellNull=CellNull.Default) RsSmbv.enums.CifAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CIF
value: enums.CifAll = driver.source.bb.nr5G.node.cell.cif.get(cellNull = repcap.CellNull.Default)

Queries the value of the carrier indicator field (CIF) .

param cellNull

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

return

cif: 0| 1| 2| 3| 4| 5| 6| 7

set(cif: RsSmbv.enums.CifAll, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CIF
driver.source.bb.nr5G.node.cell.cif.set(cif = enums.CifAll._0, cellNull = repcap.CellNull.Default)

Queries the value of the carrier indicator field (CIF) .

param cif

0| 1| 2| 3| 4| 5| 6| 7

param cellNull

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