Pgenerator

SCPI Command :

[SOURce<HW>]:PGENerator:STATe
class PgeneratorCls[source]

Pgenerator commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:PGENerator:STATe
value: bool = driver.source.pgenerator.get_state()

Enables the output of the video/sync signal. If the pulse generator is the current modulation source, activating the pulse modulation automatically activates the signal output and the pulse generator.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:PGENerator:STATe
driver.source.pgenerator.set_state(state = False)

Enables the output of the video/sync signal. If the pulse generator is the current modulation source, activating the pulse modulation automatically activates the signal output and the pulse generator.

param state

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.pgenerator.clone()

Subgroups