Udt

SCPI Commands :

[SOURce<HW>]:BB:V5G:UDT:CYCLe
[SOURce<HW>]:BB:V5G:UDT:ONDuration
[SOURce<HW>]:BB:V5G:UDT:STATe
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_cycle() int[source]
# [SOURce<HW>]:BB:V5G:UDT:CYCLe
value: int = driver.source.bb.v5G.udt.get_cycle()

No help available

get_on_duration() int[source]
# [SOURce<HW>]:BB:V5G:UDT:ONDuration
value: int = driver.source.bb.v5G.udt.get_on_duration()

No help available

get_state() bool[source]
# [SOURce<HW>]:BB:V5G:UDT:STATe
value: bool = driver.source.bb.v5G.udt.get_state()

No help available

set_cycle(cycle: int) None[source]
# [SOURce<HW>]:BB:V5G:UDT:CYCLe
driver.source.bb.v5G.udt.set_cycle(cycle = 1)

No help available

set_on_duration(on_duration: int) None[source]
# [SOURce<HW>]:BB:V5G:UDT:ONDuration
driver.source.bb.v5G.udt.set_on_duration(on_duration = 1)

No help available

set_state(test_state: bool) None[source]
# [SOURce<HW>]:BB:V5G:UDT:STATe
driver.source.bb.v5G.udt.set_state(test_state = False)

No help available