State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:CCODing:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channelNull=ChannelNull.Default) bool[source]
# SCPI: [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.

param channelNull

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

return

state: ON| OFF

set(state: bool, channelNull=ChannelNull.Default) None[source]
# SCPI: [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.

param state

ON| OFF

param channelNull

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