Ppst

SCPI Commands :

[SOURce<HW>]:BB:DME:PPST:ENABled
[SOURce<HW>]:[BB]:DME:PPST
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_enabled() bool[source]
# [SOURce<HW>]:BB:DME:PPST:ENABled
value: bool = driver.source.bb.dme.ppst.get_enabled()

Enables the pulse pair spacing tolerance. If this function is not enabled, the response is sent after the first pulse, without checking whether the second pulse is within the pulse pair spacing tolerance time. You can set the pulse pair spacing tolerance with method RsSmbv.source.bb.dme.ppst.value() .

Returns:

toler_enabled: 1 | ON | 0| OFF

get_value() float[source]
# [SOURce<HW>]:[BB]:DME:PPST
value: float = driver.source.bb.dme.ppst.get_value()

Sets the pulse pair spacing tolerance. You have to enable the pulse pair spacing tolerance with the method RsSmbv.source.bb.dme.pps() for this value to be considered.

Returns:

spac_tolerance: float Range: 0 to (200E-6) /2

set_enabled(toler_enabled: bool) None[source]
# [SOURce<HW>]:BB:DME:PPST:ENABled
driver.source.bb.dme.ppst.set_enabled(toler_enabled = False)

Enables the pulse pair spacing tolerance. If this function is not enabled, the response is sent after the first pulse, without checking whether the second pulse is within the pulse pair spacing tolerance time. You can set the pulse pair spacing tolerance with method RsSmbv.source.bb.dme.ppst.value() .

Parameters:

toler_enabled – 1 | ON | 0| OFF

set_value(spac_tolerance: float) None[source]
# [SOURce<HW>]:[BB]:DME:PPST
driver.source.bb.dme.ppst.set_value(spac_tolerance = 1.0)

Sets the pulse pair spacing tolerance. You have to enable the pulse pair spacing tolerance with the method RsSmbv.source.bb.dme.pps() for this value to be considered.

Parameters:

spac_tolerance – float Range: 0 to (200E-6) /2