CrcSize

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:CRCSize
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) TchCrc[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:CRCSize
value: enums.TchCrc = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.crcSize.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

The command defines the CRC length for the selected transport channel. It is also possible to deactivate checksum determination.

Parameters:
  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

  • transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)

Returns:

crc_size: NONE | 8| 12 | 16 | 24

set(crc_size: TchCrc, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:CRCSize
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.crcSize.set(crc_size = enums.TchCrc._12, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

The command defines the CRC length for the selected transport channel. It is also possible to deactivate checksum determination.

Parameters:
  • crc_size – NONE | 8| 12 | 16 | 24

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

  • transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)