Udt

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:UDT:CYCLe
[SOURce<HW>]:BB:EUTRa:UDT:ONDuration
[SOURce<HW>]:BB:EUTRa: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:EUTRa:UDT:CYCLe
value: int = driver.source.bb.eutra.udt.get_cycle()

No command help available

return

cycle: No help available

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

No command help available

return

on_duration: No help available

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

No command help available

return

test_state: No help available

set_cycle(cycle: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UDT:CYCLe
driver.source.bb.eutra.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:EUTRa:UDT:ONDuration
driver.source.bb.eutra.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:EUTRa:UDT:STATe
driver.source.bb.eutra.udt.set_state(test_state = False)

No command help available

param test_state

No help available