Ostreams
SCPI Commands :
[SOURce<HW>]:BB:GNSS:OSTReams:CONFlict
[SOURce<HW>]:BB:GNSS:OSTReams:COUNt
[SOURce<HW>]:BB:GNSS:OSTReams:LOCK
- Commands in total: 4Subgroups: 1Direct child commands: 3
- get_conflict() bool[source]
# [SOURce<HW>]:BB:GNSS:OSTReams:CONFlict value: bool = driver.source.bb.gnss.ostreams.get_conflict()
No help available
- get_count() NumberA[source]
# [SOURce<HW>]:BB:GNSS:OSTReams:COUNt value: enums.NumberA = driver.source.bb.gnss.ostreams.get_count()
No help available
- get_lock() bool[source]
# [SOURce<HW>]:BB:GNSS:OSTReams:LOCK value: bool = driver.source.bb.gnss.ostreams.get_lock()
No help available
- set_count(output_streams: NumberA) None[source]
# [SOURce<HW>]:BB:GNSS:OSTReams:COUNt driver.source.bb.gnss.ostreams.set_count(output_streams = enums.NumberA._1)
No help available
- set_lock(lock_state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:OSTReams:LOCK driver.source.bb.gnss.ostreams.set_lock(lock_state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
ostreams_copy = driver.source.bb.gnss.ostreams.clone()
Subgroups