IfCoding
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:IFCoding
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:IFCoding value: bool = driver.source.bb.w3Gpp.bstation.channel.hsupa.eagch.ifCoding.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Enables/disables the information coding.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
if_coding: 1 | ON | 0| OFF 0 | OFF corresponds to a standard operation; no coding is performed and the data is sent uncoded. 1 | ON you can configure the way the data is coded
- set(if_coding: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:IFCoding driver.source.bb.w3Gpp.bstation.channel.hsupa.eagch.ifCoding.set(if_coding = False, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Enables/disables the information coding.
- Parameters:
if_coding – 1 | ON | 0| OFF 0 | OFF corresponds to a standard operation; no coding is performed and the data is sent uncoded. 1 | ON you can configure the way the data is coded
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)