Duration
SCPI Command :
[SOURce<HW>]:BB:GNSS:CONTrol:TIME:DURation
- class DurationCls[source]
Duration commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DurationStruct[source]
Response structure. Fields:
1 Hour: int: integer Range: 0 to 240
2 Minute: int: integer Range: 0 to 59
3 Second: int: integer Range: 0 to 59
- get() DurationStruct [source]
# SCPI: [SOURce<HW>]:BB:GNSS:CONTrol:TIME:DURation value: DurationStruct = driver.source.bb.gnss.control.time.duration.get()
Sets the GNSS simulation duration of one repetition. After this period, the R&S SMW200A repeats the GNSS simulation or stops the GNSS simulation. To configure a repeated simulation, set the number of repetitions higher than one or disable repetitions for infinite repetition of the GNSS simulation.
- return:
structure: for return value, see the help for DurationStruct structure arguments.
- set(hour: int, minute: int, second: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:CONTrol:TIME:DURation driver.source.bb.gnss.control.time.duration.set(hour = 1, minute = 1, second = 1)
Sets the GNSS simulation duration of one repetition. After this period, the R&S SMW200A repeats the GNSS simulation or stops the GNSS simulation. To configure a repeated simulation, set the number of repetitions higher than one or disable repetitions for infinite repetition of the GNSS simulation.
- param hour:
integer Range: 0 to 240
- param minute:
integer Range: 0 to 59
- param second:
integer Range: 0 to 59