RgPattern

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EHICh:RGPAttern
class RgPatternCls[source]

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

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EHICh:RGPAttern
value: str = driver.source.bb.w3Gpp.bstation.channel.hsupa.ehich.rgPattern.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the bit pattern for the ACK/NACK field.

param baseStation

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

param channelNull

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

return

rg_pattern: 32-bit long pattern ‘+’ (ACK) and ‘0’ (no signal) For the non serving cell ‘+’ (ACK) and ‘-’ (NACK) For the serving cell

set(rg_pattern: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EHICh:RGPAttern
driver.source.bb.w3Gpp.bstation.channel.hsupa.ehich.rgPattern.set(rg_pattern = 'abc', baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the bit pattern for the ACK/NACK field.

param rg_pattern

32-bit long pattern ‘+’ (ACK) and ‘0’ (no signal) For the non serving cell ‘+’ (ACK) and ‘-’ (NACK) For the serving cell

param baseStation

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

param channelNull

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