Tdelay
SCPI Command :
[SOURce<HW>]:BB:W3GPp: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: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.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- return
tdelay: integer Range: 0 to 38400 , Unit: chip
- set(tdelay: int, baseStation=BaseStation.Default) None [source]
# SCPI: [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.
- param tdelay
integer Range: 0 to 38400 , Unit: chip
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)