Tdelay
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:TDELay
- class TdelayCls[source]
Tdelay commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:TDELay value: int = driver.source.bb.w3Gpp.mstation.tdelay.get(mobileStation = repcap.MobileStation.Default)
Adds a time shift for the selected user equipment compared to user equipment 1.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
tdelay: integer Range: 0 to 38400, Unit: chip
- set(tdelay: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:TDELay driver.source.bb.w3Gpp.mstation.tdelay.set(tdelay = 1, mobileStation = repcap.MobileStation.Default)
Adds a time shift for the selected user equipment compared to user equipment 1.
- param tdelay
integer Range: 0 to 38400, Unit: chip
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)