CrcSize
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:CRCSize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(transportChannelNull=TransportChannelNull.Default) TchCrc[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:CRCSize value: enums.TchCrc = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.crcSize.get(transportChannelNull = repcap.TransportChannelNull.Default)
The command defines the CRC length for the selected transport channel. It is also possible to deactivate checksum determination.
- Parameters:
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, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:CRCSize driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.crcSize.set(crc_size = enums.TchCrc._12, 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
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)