Offset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) int [source]
# SCPI: [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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
drs_offset: integer Range: 0 to 159
- set(drs_offset: int, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param drs_offset
integer Range: 0 to 159
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)