Time

SCPI Command :

[SOURce<HW>]:BB:LRWPan:TRIGger:TIME:[STATe]
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:TIME:[STATe]
value: bool = driver.source.bb.lrWpan.trigger.time.get_state()

Activates time-based triggering with a fixed time reference. If activated, the R&S SMW200A triggers signal generation when its operating system time matches a specified time. Specify the trigger date and trigger time with the following commands: SOURce<hw>:BB:<DigStd>:TRIGger:TIME:DATE SOURce<hw>:BB:<DigStd>:TRIGger:TIME:TIME <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:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:TIME:[STATe]
driver.source.bb.lrWpan.trigger.time.set_state(state = False)

Activates time-based triggering with a fixed time reference. If activated, the R&S SMW200A triggers signal generation when its operating system time matches a specified time. Specify the trigger date and trigger time with the following commands: SOURce<hw>:BB:<DigStd>:TRIGger:TIME:DATE SOURce<hw>:BB:<DigStd>:TRIGger:TIME:TIME <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:

state – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups