Adjustment

SCPI Commands :

CONFigure:BASE:ADJustment:TYPE
CONFigure:BASE:ADJustment:VALue
CONFigure:BASE:ADJustment:SAVE
class AdjustmentCls[source]

Adjustment commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_type_py() OscillatorType[source]
# SCPI: CONFigure:BASE:ADJustment:TYPE
value: enums.OscillatorType = driver.configure.adjustment.get_type_py()

No command help available

return:

adj_type: No help available

get_value() float[source]
# SCPI: CONFigure:BASE:ADJustment:VALue
value: float = driver.configure.adjustment.get_value()

No command help available

return:

adj_value: No help available

save() None[source]
# SCPI: CONFigure:BASE:ADJustment:SAVE
driver.configure.adjustment.save()

No command help available

save_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: CONFigure:BASE:ADJustment:SAVE
driver.configure.adjustment.save_with_opc()

No command help available

Same as save, but waits for the operation to complete before continuing further. Use the RsCmwBase.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

set_value(adj_value: float) None[source]
# SCPI: CONFigure:BASE:ADJustment:VALue
driver.configure.adjustment.set_value(adj_value = 1.0)

No command help available

param adj_value:

No help available