Zbox

SCPI Command:

CONFigure:BASE:ZBOX:ENABle
CONFigure:BASE:ZBOX:IMPedance
class ZboxCls[source]

Zbox commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: CONFigure:BASE:ZBOX:ENABle
value: bool = driver.configure.base.zbox.get_enable()

No command help available

return:

enable: No help available

get_impedance() Impedance[source]
# SCPI: CONFigure:BASE:ZBOX:IMPedance
value: enums.Impedance = driver.configure.base.zbox.get_impedance()

No command help available

return:

impedance: No help available

set_enable(enable: bool) None[source]
# SCPI: CONFigure:BASE:ZBOX:ENABle
driver.configure.base.zbox.set_enable(enable = False)

No command help available

param enable:

No help available

set_impedance(impedance: Impedance) None[source]
# SCPI: CONFigure:BASE:ZBOX:IMPedance
driver.configure.base.zbox.set_impedance(impedance = enums.Impedance.IHOL)

No command help available

param impedance:

No help available