Adjust
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:SLENgth:ADJust
- class AdjustCls[source]
Adjust commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:SLENgth:ADJust driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.slength.adjust.set(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the ARB sequence length to the suggested value.
- 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’)
- set_with_opc(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, opc_timeout_ms: int = - 1) None [source]