DltShift
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:TIMing:DLTShift
- class DltShiftCls[source]
DltShift commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Delta: int: Offset in Ts
Total: int: Total accumulated offsets
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:TIMing:DLTShift value: GetStruct = driver.configure.signaling.lte.cell.timing.dltShift.get(cell_name = 'abc')
Adds an offset to the DL timing, relative to the current timing. The setting is only configurable during a connection. Each time you change the setting, the new value is added to the previous timing. So the values accumulate. A query returns the last setting and the total accumulated value: <Delta>, <Total>.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, delta: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:TIMing:DLTShift driver.configure.signaling.lte.cell.timing.dltShift.set(cell_name = 'abc', delta = 1)
Adds an offset to the DL timing, relative to the current timing. The setting is only configurable during a connection. Each time you change the setting, the new value is added to the previous timing. So the values accumulate. A query returns the last setting and the total accumulated value: <Delta>, <Total>.
- param cell_name:
No help available
- param delta:
Offset in Ts