Tdw

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:TDW:STATe
[SOURce<HW>]:BB:EUTRa: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:EUTRa:TDW:STATe
value: bool = driver.source.bb.eutra.tdw.get_state()

Activates/deactivates the time domain windowing.

return

state: 1| ON| 0| OFF

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

Sets the transition time when time domain windowing is active.

return

transition_time: float Range: 0 to 1E-5, Unit: s

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

Activates/deactivates the time domain windowing.

param state

1| ON| 0| OFF

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

Sets the transition time when time domain windowing is active.

param transition_time

float Range: 0 to 1E-5, Unit: s