Range
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:RANGe:DOWN
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:RANGe:UP
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_down() float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:RANGe:DOWN value: float = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.range.get_down()
The command selects the dynamic range for ranging up the channel power.
- get_up() float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:RANGe:UP value: float = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.range.get_up()
The command selects the dynamic range for ranging up the channel power.
- Returns:
up: float Range: 0 to 60, Unit: dB
- set_down(down: float) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:RANGe:DOWN driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.range.set_down(down = 1.0)
The command selects the dynamic range for ranging up the channel power.
- Parameters:
down – float Range: 0 to 60, Unit: dB
- set_up(up: float) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:RANGe:UP driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.range.set_up(up = 1.0)
The command selects the dynamic range for ranging up the channel power.
- Parameters:
up – float Range: 0 to 60, Unit: dB