Tdw

SCPI Commands :

[SOURce<HW>]:BB:V5G:TDW:STATe
[SOURce<HW>]:BB:V5G:TDW:TRTime
class TdwCls[source]

Tdw commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

No command help available

return

state: No help available

get_tr_time() float[source]
# SCPI: [SOURce<HW>]:BB:V5G:TDW:TRTime
value: float = driver.source.bb.v5G.tdw.get_tr_time()

No command help available

return

transition_time: No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:TDW:STATe
driver.source.bb.v5G.tdw.set_state(state = False)

No command help available

param state

No help available

set_tr_time(transition_time: float) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:TDW:TRTime
driver.source.bb.v5G.tdw.set_tr_time(transition_time = 1.0)

No command help available

param transition_time

No help available