Pmod

SCPI Commands :

SETup:PMOD:DIRection
SETup:PMOD:ENABle
class PmodCls[source]

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

get_direction() SourceInt[source]
# SCPI: SETup:PMOD:DIRection
value: enums.SourceInt = driver.setup.pmod.get_direction()

No command help available

return:

direction: No help available

get_enable() bool[source]
# SCPI: SETup:PMOD:ENABle
value: bool = driver.setup.pmod.get_enable()

Enables the activation of the pulse modulator for improving the on/off ratio.

return:

enable: ON| OFF| 1| 0

set_direction(direction: SourceInt) None[source]
# SCPI: SETup:PMOD:DIRection
driver.setup.pmod.set_direction(direction = enums.SourceInt.EXTernal)

No command help available

param direction:

No help available

set_enable(enable: bool) None[source]
# SCPI: SETup:PMOD:ENABle
driver.setup.pmod.set_enable(enable = False)

Enables the activation of the pulse modulator for improving the on/off ratio.

param enable:

ON| OFF| 1| 0