Tdelay
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:TDELay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
tdelay: integer Range: 0 to 38400, Unit: chip
- set(tdelay: int, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
tdelay – integer Range: 0 to 38400, Unit: chip
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)