Offset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:OFFSet
value: int = driver.source.bb.eutra.downlink.drs.cell.offset.get(cellNull = repcap.CellNull.Default)

Offsets the DRS start within the DRS occasion.

Parameters:

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

Returns:

drs_offset: integer Range: 0 to 159

set(drs_offset: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:OFFSet
driver.source.bb.eutra.downlink.drs.cell.offset.set(drs_offset = 1, cellNull = repcap.CellNull.Default)

Offsets the DRS start within the DRS occasion.

Parameters:
  • drs_offset – integer Range: 0 to 159

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