Step

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STEP:MANual
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STEP:[EXTernal]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_external() float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STEP:[EXTernal]
value: float = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.step.get_external()

This command sets step width by which - with Dynamic Power Control being switched on - the channel power of the enhanced channels is increased or decreased.

Returns:

external: float Range: 0.5 to 6, Unit: dB

get_manual() PowContStepMan[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STEP:MANual
value: enums.PowContStepMan = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.step.get_manual()

Sets the control signal for manual mode of Dynamic Power Control.

Returns:

manual: MAN0 | MAN1

set_external(external: float) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STEP:[EXTernal]
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.step.set_external(external = 1.0)

This command sets step width by which - with Dynamic Power Control being switched on - the channel power of the enhanced channels is increased or decreased.

Parameters:

external – float Range: 0.5 to 6, Unit: dB

set_manual(manual: PowContStepMan) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STEP:MANual
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.step.set_manual(manual = enums.PowContStepMan.MAN0)

Sets the control signal for manual mode of Dynamic Power Control.

Parameters:

manual – MAN0 | MAN1