Pulse

SCPI Commands :

TDRT:PULSe:REFerence
TDRT:PULSe:OUT
TDRT:PULSe:INVout
TDRT:PULSe:INVReference
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_inv_out() SignalSource[source]
# TDRT:PULSe:INVout
value: enums.SignalSource = driver.tdrt.pulse.get_inv_out()

Sets the channel to which the connector of the pulse source is connected via calibration standard or DUT. Only required for differential measurements.

get_inv_reference() SignalSource[source]
# TDRT:PULSe:INVReference
value: enums.SignalSource = driver.tdrt.pulse.get_inv_reference()

Sets the channel to which the connector of the pulse source is connected. Only required for differential measurements.

get_out() SignalSource[source]
# TDRT:PULSe:OUT
value: enums.SignalSource = driver.tdrt.pulse.get_out()

Sets the channel to which the Out connector of the pulse source is connected via calibration standard or DUT.

get_reference() SignalSource[source]
# TDRT:PULSe:REFerence
value: enums.SignalSource = driver.tdrt.pulse.get_reference()

Sets the channel to which the Ref connector of the pulse source is connected.

set_inv_out(pls_src_out_invert: SignalSource) None[source]
# TDRT:PULSe:INVout
driver.tdrt.pulse.set_inv_out(pls_src_out_invert = enums.SignalSource.AJ1)

Sets the channel to which the connector of the pulse source is connected via calibration standard or DUT. Only required for differential measurements.

Parameters:

pls_src_out_invert – C1W1 | C2W1 | C3W1 | C4W1

set_inv_reference(pls_src_ref_invert: SignalSource) None[source]
# TDRT:PULSe:INVReference
driver.tdrt.pulse.set_inv_reference(pls_src_ref_invert = enums.SignalSource.AJ1)

Sets the channel to which the connector of the pulse source is connected. Only required for differential measurements.

Parameters:

pls_src_ref_invert – C1W1 | C2W1 | C3W1 | C4W1

set_out(pulse_source_out: SignalSource) None[source]
# TDRT:PULSe:OUT
driver.tdrt.pulse.set_out(pulse_source_out = enums.SignalSource.AJ1)

Sets the channel to which the Out connector of the pulse source is connected via calibration standard or DUT.

Parameters:

pulse_source_out – C1W1 | C2W1 | C3W1 | C4W1

set_reference(pulse_source_ref: SignalSource) None[source]
# TDRT:PULSe:REFerence
driver.tdrt.pulse.set_reference(pulse_source_ref = enums.SignalSource.AJ1)

Sets the channel to which the Ref connector of the pulse source is connected.

Parameters:

pulse_source_ref – C1W1 | C2W1 | C3W1 | C4W1