Data

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA
Commands in total: 4
Subgroups: 3
Direct child commands: 1
get(mobileStation=MobileStation.Default, channel=Channel.Default) DataSourceA[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA
value: enums.DataSourceA = driver.source.bb.c2K.mstation.channel.data.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command sets the data source for the specified channel. The data source for the power control bits is selected with the method RsSmw.source.bb.c2K.mstation.tpc.data.set() . For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)

Returns:

data: ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the method RsSmw.source.bb.c2K.mstation.channel.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 method RsSmw.source.bb.c2K.mstation.channel.data.pattern.set() .

set(data: DataSourceA, mobileStation=MobileStation.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA
driver.source.bb.c2K.mstation.channel.data.set(data = enums.DataSourceA.DLISt, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

The command sets the data source for the specified channel. The data source for the power control bits is selected with the method RsSmw.source.bb.c2K.mstation.tpc.data.set() . For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • data – ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the method RsSmw.source.bb.c2K.mstation.channel.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 method RsSmw.source.bb.c2K.mstation.channel.data.pattern.set() .

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)

Cloning the Group

# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.c2K.mstation.channel.data.clone()

Subgroups