CrcSize
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:CRCSize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, channel=Channel.Default) TchCrc[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:CRCSize value: enums.TchCrc = driver.source.bb.tdscdma.down.cell.enh.dch.dtch.crcSize.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Sets the type (length) of the CRC.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- Returns:
crc_size: NONE | 8| 12 | 16 | 24
- set(crc_size: TchCrc, cell=Cell.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:CRCSize driver.source.bb.tdscdma.down.cell.enh.dch.dtch.crcSize.set(crc_size = enums.TchCrc._12, cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Sets the type (length) of the CRC.
- Parameters:
crc_size – NONE | 8| 12 | 16 | 24
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)