CrcSize
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:CRCSize
- class CrcSizeCls[source]
CrcSize commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(transportChannelNull=TransportChannelNull.Default) RsSmbv.enums.TchCrc [source]
# SCPI: [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.
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- return
crc_size: NONE| 8| 12| 16| 24
- set(crc_size: RsSmbv.enums.TchCrc, transportChannelNull=TransportChannelNull.Default) None [source]
# SCPI: [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.
- param crc_size
NONE| 8| 12| 16| 24
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)