Udt
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:UDT:CYCLe
[SOURce<HW>]:BB:ONEWeb:UDT:ONDuration
[SOURce<HW>]:BB:ONEWeb:UDT:STATe
- class UdtCls[source]
Udt commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_cycle() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UDT:CYCLe value: int = driver.source.bb.oneweb.udt.get_cycle()
No command help available
- return
cycle: No help available
- get_on_duration() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UDT:ONDuration value: int = driver.source.bb.oneweb.udt.get_on_duration()
No command help available
- return
on_duration: No help available
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UDT:STATe value: bool = driver.source.bb.oneweb.udt.get_state()
No command help available
- return
test_state: No help available
- set_cycle(cycle: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UDT:CYCLe driver.source.bb.oneweb.udt.set_cycle(cycle = 1)
No command help available
- param cycle
No help available
- set_on_duration(on_duration: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UDT:ONDuration driver.source.bb.oneweb.udt.set_on_duration(on_duration = 1)
No command help available
- param on_duration
No help available
- set_state(test_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UDT:STATe driver.source.bb.oneweb.udt.set_state(test_state = False)
No command help available
- param test_state
No help available