Tdelay
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:TDELay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) int[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:TDELay value: int = driver.source.bb.c2K.bstation.tdelay.get(baseStation = repcap.BaseStation.Default)
Sets the time shift of the selected base station compared to base station 1.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
tdelay: integer Range: 0 to dynamic, Unit: chip
- set(tdelay: int, baseStation=BaseStation.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:TDELay driver.source.bb.c2K.bstation.tdelay.set(tdelay = 1, baseStation = repcap.BaseStation.Default)
Sets the time shift of the selected base station compared to base station 1.
- Parameters:
tdelay – integer Range: 0 to dynamic, Unit: chip
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)