Tdelay

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:TDELay
class TdelayCls[source]

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

get(baseStation=BaseStation.Default) int[source]
# SCPI: [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.

param baseStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

return

tdelay: integer Range: 0 to dynamic, Unit: chip

set(tdelay: int, baseStation=BaseStation.Default) None[source]
# SCPI: [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.

param tdelay

integer Range: 0 to dynamic, Unit: chip

param baseStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)