Duration
SCPI Command :
[SOURce<HW>]:BB:GNSS:CONTrol:TIME:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- 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]
# [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.
- Returns:
structure: for return value, see the help for DurationStruct structure arguments.
- set(hour: int, minute: int, second: int) None[source]
# [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.
- Parameters:
hour – integer Range: 0 to 240
minute – integer Range: 0 to 59
second – integer Range: 0 to 59