AtTiming
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:ATTiming
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) AichTranTim[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:ATTiming value: enums.AichTranTim = driver.source.bb.w3Gpp.mstation.prach.atTiming.get(mobileStation = repcap.MobileStation.Default)
This command defines which AICH Transmission Timing, time difference between the preamble and the message part or the time difference between two successive preambles in access slots, is defined.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
at_timing: ATT0 | ATT1
- set(at_timing: AichTranTim, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:ATTiming driver.source.bb.w3Gpp.mstation.prach.atTiming.set(at_timing = enums.AichTranTim.ATT0, mobileStation = repcap.MobileStation.Default)
This command defines which AICH Transmission Timing, time difference between the preamble and the message part or the time difference between two successive preambles in access slots, is defined.
- Parameters:
at_timing – ATT0 | ATT1
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)