Time

SCPI Command :

[SOURce<HW>]:BB:GNSS:CONTrol:TIME:STATe
class TimeCls[source]

Time commands group definition. 5 total commands, 2 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:CONTrol:TIME:STATe
value: bool = driver.source.bb.gnss.control.time.get_state()

Enables a time-controlled GNSS simulation for a configured period and number of repetitions.

return:

time_control_stat: 1| ON| 0| OFF

set_state(time_control_stat: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:CONTrol:TIME:STATe
driver.source.bb.gnss.control.time.set_state(time_control_stat = False)

Enables a time-controlled GNSS simulation for a configured period and number of repetitions.

param time_control_stat:

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.control.time.clone()

Subgroups