Read
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:READ
- class ReadCls[source]
Read commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) RsSmbv.enums.TpcReadMode [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:READ value: enums.TpcReadMode = driver.source.bb.c2K.mstation.tpc.read.get(mobileStation = repcap.MobileStation.Default)
The command sets the read out mode for the bit pattern of the power control bits. The bit pattern is defined with the commands BB:C2K:MST<n>:TPC….
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
read: CONTinuous| S0A| S1A| S01A| S10A CONTinuous The bit pattern is used cyclically. S0A The bit pattern is used once, then the power control bit sequence continues with 0 bits. S1A The bit pattern is used once, then the power control bit sequence continues with 1 bit. S01A The bit pattern is used once and then the power control bit sequence is continued with 0 bits and 1 bit alternately. S10A The bit pattern is used once and then the power control bit sequence is continued with 1 bit and 0 bits alternately.
- set(read: RsSmbv.enums.TpcReadMode, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:READ driver.source.bb.c2K.mstation.tpc.read.set(read = enums.TpcReadMode.CONTinuous, mobileStation = repcap.MobileStation.Default)
The command sets the read out mode for the bit pattern of the power control bits. The bit pattern is defined with the commands BB:C2K:MST<n>:TPC….
- param read
CONTinuous| S0A| S1A| S01A| S10A CONTinuous The bit pattern is used cyclically. S0A The bit pattern is used once, then the power control bit sequence continues with 0 bits. S1A The bit pattern is used once, then the power control bit sequence continues with 1 bit. S01A The bit pattern is used once and then the power control bit sequence is continued with 0 bits and 1 bit alternately. S10A The bit pattern is used once and then the power control bit sequence is continued with 1 bit and 0 bits alternately.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)