Pgenerator

SCPI Command :

[SOURce<HW>]:PGENerator:STATe
Commands in total: 4
Subgroups: 2
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [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.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups