External
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:STEP:[EXTernal]
- class ExternalCls[source]
External commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:STEP:[EXTernal] value: float = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.dpControl.step.external.get(channelNull = repcap.ChannelNull.Default)
This command sets step width by which - with Dynamic Power Control being switched on - the channel power of the selected enhanced channel is increased or decreased.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
external: float Range: 0.5 to 6, Unit: dB
- set(external: float, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:STEP:[EXTernal] driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.dpControl.step.external.set(external = 1.0, channelNull = repcap.ChannelNull.Default)
This command sets step width by which - with Dynamic Power Control being switched on - the channel power of the selected enhanced channel is increased or decreased.
- param external
float Range: 0.5 to 6, Unit: dB
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)