Time
SCPI Command :
[SOURce<HW>]:BB:BTOoth:TRIGger:TIME:TIME
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_time() str[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:TIME:TIME value: str = driver.source.bb.btooth.trigger.time.get_time()
Sets the time for a time-based trigger signal. For trigger modes single or armed auto, you can activate triggering at this time via the following command: SOURce<hw>:BB:<DigStd>:TRIGger:TIME:STATe <DigStd> is the mnemonic for the digital standard, for example, ARB. Time-based triggering behaves analogously for all digital standards that support this feature.
- Returns:
time: string
- set_time(time: str) None[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:TIME:TIME driver.source.bb.btooth.trigger.time.set_time(time = 'abc')
Sets the time for a time-based trigger signal. For trigger modes single or armed auto, you can activate triggering at this time via the following command: SOURce<hw>:BB:<DigStd>:TRIGger:TIME:STATe <DigStd> is the mnemonic for the digital standard, for example, ARB. Time-based triggering behaves analogously for all digital standards that support this feature.
- Parameters:
time – string
Cloning the Group
# Create a copy of the original group, that exists independently
time_copy = driver.source.bb.btooth.trigger.time.clone()
Subgroups