CrcSize
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:CRCSize
- class CrcSizeCls[source]
CrcSize commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, channel=Channel.Default) RsSmbv.enums.TchCrc [source]
# SCPI: [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.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- return
crc_size: NONE| 8| 12| 16| 24
- set(crc_size: RsSmbv.enums.TchCrc, cell=Cell.Default, channel=Channel.Default) None [source]
# SCPI: [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.
- param crc_size
NONE| 8| 12| 16| 24
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)