Time
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:TRIGger:TIME:TIME
[SOURce<HW>]:BB:BTOoth:TRIGger:TIME:[STATe]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- class StateStruct[source]
Structure for reading output parameters. Fields:
Hour: int: integer Range: 0 to 23
Minute: int: integer Range: 0 to 59
Second: int: integer Range: 0 to 59
- get_state() StateStruct[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:TIME:[STATe] value: StateStruct = driver.source.bb.btooth.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:
structure: for return value, see the help for StateStruct structure arguments.
- 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