Firing

SCPI Commands :

IPM:LIST:FIRing:ENABle
IPM:LIST:FIRing:SEQuence
class FiringCls[source]

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

get_enable() bool[source]
# SCPI: IPM:LIST:FIRing:ENABle
value: bool = driver.ipm.listPy.firing.get_enable()

Enables using firing order for list-based IPM profiles.

return:

enable: ON| OFF| 1| 0

get_sequence() str[source]
# SCPI: IPM:LIST:FIRing:SEQuence
value: str = driver.ipm.listPy.firing.get_sequence()

Sets the firing order sequence.

return:

sequence: string

set_enable(enable: bool) None[source]
# SCPI: IPM:LIST:FIRing:ENABle
driver.ipm.listPy.firing.set_enable(enable = False)

Enables using firing order for list-based IPM profiles.

param enable:

ON| OFF| 1| 0

set_sequence(sequence: str) None[source]
# SCPI: IPM:LIST:FIRing:SEQuence
driver.ipm.listPy.firing.set_sequence(sequence = 'abc')

Sets the firing order sequence.

param sequence:

string