CrcSize

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:CRCSize
class CrcSizeCls[source]

CrcSize commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) TchCrc[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:CRCSize
value: enums.TchCrc = driver.source.bb.tdscdma.up.cell.enh.dch.dcch.crcSize.get(cell = repcap.Cell.Default)

Sets the type (length) of the CRC.

param cell:

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

return:

crc_size: NONE| 8| 12| 16| 24

set(crc_size: TchCrc, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:CRCSize
driver.source.bb.tdscdma.up.cell.enh.dch.dcch.crcSize.set(crc_size = enums.TchCrc._12, cell = repcap.Cell.Default)

Sets the type (length) of the CRC.

param crc_size:

NONE| 8| 12| 16| 24

param cell:

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