Data
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:DATA
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(mobileStation=MobileStation.Default) TpcDataSour[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:DATA value: enums.TpcDataSour = driver.source.bb.c2K.mstation.tpc.data.get(mobileStation = repcap.MobileStation.Default)
Sets the data source for the power control bits of the traffic channels.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
data: ZERO | ONE | PATTern | DLISt DLISt A data list is used. The data list is selected with the method
RsSmw.source.bb.c2K.mstation.tpc.data.dselect.set(). ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command methodRsSmw.source.bb.c2K.mstation.tpc.data.pattern.set(). The maximum length is 64 bits.
- set(data: TpcDataSour, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:DATA driver.source.bb.c2K.mstation.tpc.data.set(data = enums.TpcDataSour.DLISt, mobileStation = repcap.MobileStation.Default)
Sets the data source for the power control bits of the traffic channels.
- Parameters:
data – ZERO | ONE | PATTern | DLISt DLISt A data list is used. The data list is selected with the method
RsSmw.source.bb.c2K.mstation.tpc.data.dselect.set(). ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command methodRsSmw.source.bb.c2K.mstation.tpc.data.pattern.set(). The maximum length is 64 bits.mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.c2K.mstation.tpc.data.clone()
Subgroups