Time

SCPI Command :

[SOURce<HW>]:ADF:TRIGger:TIME:[STATE]
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:ADF:TRIGger:TIME:[STATE]
value: bool = driver.source.adf.trigger.time.get_state()

No help available

set_state(state: bool) None[source]
# [SOURce<HW>]:ADF:TRIGger:TIME:[STATE]
driver.source.adf.trigger.time.set_state(state = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
time_copy = driver.source.adf.trigger.time.clone()

Subgroups