Tdw
SCPI Commands :
[SOURce<HW>]:BB:V5G:TDW:STATe
[SOURce<HW>]:BB:V5G:TDW:TRTime
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_state() bool[source]
# [SOURce<HW>]:BB:V5G:TDW:STATe value: bool = driver.source.bb.v5G.tdw.get_state()
No help available
- get_tr_time() float[source]
# [SOURce<HW>]:BB:V5G:TDW:TRTime value: float = driver.source.bb.v5G.tdw.get_tr_time()
No help available
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:V5G:TDW:STATe driver.source.bb.v5G.tdw.set_state(state = False)
No help available
- set_tr_time(transition_time: float) None[source]
# [SOURce<HW>]:BB:V5G:TDW:TRTime driver.source.bb.v5G.tdw.set_tr_time(transition_time = 1.0)
No help available