State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:CCODing:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:CCODing:STATe value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.ccoding.state.get(channelNull = repcap.ChannelNull.Default)
The command activates or deactivates channel coding for the selected enhanced DPCH. When channel coding is activated and a channel coding type conforming to the standard is selected, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:TYPE) the slot format, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:SFOR) and thus the symbol rate, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:SRAT) the bits per frame, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:BPFR) , the pilot length (BB:W3GP:BST1:CHAN:DPCC:PLEN) and the TFCI state (BB:W3GP:BST1:CHAN:DPCC:TFCI STAT) are set to the associated values.
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
state: ON | OFF
- set(state: bool, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:CCODing:STATe driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.ccoding.state.set(state = False, channelNull = repcap.ChannelNull.Default)
The command activates or deactivates channel coding for the selected enhanced DPCH. When channel coding is activated and a channel coding type conforming to the standard is selected, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:TYPE) the slot format, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:SFOR) and thus the symbol rate, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:SRAT) the bits per frame, (BB:W3GP:BST:ENH:CHAN:DPCH:CCOD:BPFR) , the pilot length (BB:W3GP:BST1:CHAN:DPCC:PLEN) and the TFCI state (BB:W3GP:BST1:CHAN:DPCC:TFCI STAT) are set to the associated values.
- Parameters:
state – ON | OFF
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)