Data

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:DATA
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(cell=Cell.Default) DataSourceA[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:DATA
value: enums.DataSourceA = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.data.get(cell = repcap.Cell.Default)

The command determines the data source for the HSDPA/HSUPA channels.

Parameters:

cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

Returns:

data: PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt | ZERO | ONE | PATTern PNxx PRBS data as per CCITT with period lengths between 29-1 and 223-1 is generated internally. DLISt Internal data from a programmable data list is used. ZERO | ONE Internal 0 and 1 data is used. PATTern A user-definable bit pattern with a maximum length of 64 bits is generated internally.

set(data: DataSourceA, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:DATA
driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.data.set(data = enums.DataSourceA.DLISt, cell = repcap.Cell.Default)

The command determines the data source for the HSDPA/HSUPA channels.

Parameters:
  • data – PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt | ZERO | ONE | PATTern PNxx PRBS data as per CCITT with period lengths between 29-1 and 223-1 is generated internally. DLISt Internal data from a programmable data list is used. ZERO | ONE Internal 0 and 1 data is used. PATTern A user-definable bit pattern with a maximum length of 64 bits is generated internally.

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

Cloning the Group

# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.data.clone()

Subgroups