Time
SCPI Command :
[SOURce<HW>]:BB:PRAMp:TRIGger:TIME:[STATe]
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:PRAMp:TRIGger:TIME:[STATe] value: bool = driver.source.bb.pramp.trigger.time.get_state()
No help available
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:PRAMp:TRIGger:TIME:[STATe] driver.source.bb.pramp.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.bb.pramp.trigger.time.clone()
Subgroups