Cell

SCPI Command :

[SOURce<HW>]:BB:DVBT:CELL:ID
class CellCls[source]

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

get_id() int[source]
# SCPI: [SOURce<HW>]:BB:DVBT:CELL:ID
value: int = driver.source.bb.dvbt.cell.get_id()

Sets the cell ID in four-digit hexadecimal format.

return:

cell_id: integer Range: #H0000 to #HFFFF

set_id(cell_id: int) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:CELL:ID
driver.source.bb.dvbt.cell.set_id(cell_id = 1)

Sets the cell ID in four-digit hexadecimal format.

param cell_id:

integer Range: #H0000 to #HFFFF