Read
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TPC:READ
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) TpcReadMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TPC:READ value: enums.TpcReadMode = driver.source.bb.w3Gpp.mstation.pcpch.tpc.read.get(mobileStation = repcap.MobileStation.Default)
The command sets the read out mode for the bit pattern of the TPC field of the PCPCH. The bit pattern is selected with the method
RsSmw.source.bb.w3Gpp.mstation.pcpch.tpc.data.set().- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
read: CONTinuous | S0A | S1A | S01A | S10A CONTinuous The bit pattern is used cyclically. S0A The bit pattern is used once, then the TPC sequence continues with 0 bits. S1A The bit pattern is used once, then the TPC sequence continues with 1 bits. S01A The bit pattern is used once and then the TPC sequence is continued with 0 and 1 bits alternately (in multiples, depending on by the symbol rate, for example, 00001111) . S10A The bit pattern is used once and then the TPC sequence is continued with 1 and 0 bits alternately (in multiples, depending on by the symbol rate, for example, 11110000) .
- set(read: TpcReadMode, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TPC:READ driver.source.bb.w3Gpp.mstation.pcpch.tpc.read.set(read = enums.TpcReadMode.CONTinuous, mobileStation = repcap.MobileStation.Default)
The command sets the read out mode for the bit pattern of the TPC field of the PCPCH. The bit pattern is selected with the method
RsSmw.source.bb.w3Gpp.mstation.pcpch.tpc.data.set().- Parameters:
read – CONTinuous | S0A | S1A | S01A | S10A CONTinuous The bit pattern is used cyclically. S0A The bit pattern is used once, then the TPC sequence continues with 0 bits. S1A The bit pattern is used once, then the TPC sequence continues with 1 bits. S01A The bit pattern is used once and then the TPC sequence is continued with 0 and 1 bits alternately (in multiples, depending on by the symbol rate, for example, 00001111) . S10A The bit pattern is used once and then the TPC sequence is continued with 1 and 0 bits alternately (in multiples, depending on by the symbol rate, for example, 11110000) .
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)