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