Obw

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:ACP:OBW:PERCentage
class ObwCls[source]

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

get_percentage() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:OBW:PERCentage
value: float = driver.configure.gprfMeasurement.acp.obw.get_percentage()

Defines the power percentage to be used for calculation of the OBW results.

return:

obw_percentage: Range: 70 % to 99.9 %, Unit: %

set_percentage(obw_percentage: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:OBW:PERCentage
driver.configure.gprfMeasurement.acp.obw.set_percentage(obw_percentage = 1.0)

Defines the power percentage to be used for calculation of the OBW results.

param obw_percentage:

Range: 70 % to 99.9 %, Unit: %