PrRate

SCPI Commands :

[SOURce<HW>]:DME:ANALysis:PRRate:OK
[SOURce<HW>]:DME:ANALysis:PRRate:STATe
class PrRateCls[source]

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

get_ok() bool[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:PRRate:OK
value: bool = driver.source.dme.analysis.prRate.get_ok()

No command help available

return

state: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:PRRate:STATe
value: bool = driver.source.dme.analysis.prRate.get_state()

No command help available

return

state: No help available

set_ok(state: bool) None[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:PRRate:OK
driver.source.dme.analysis.prRate.set_ok(state = False)

No command help available

param state

No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:DME:ANALysis:PRRate:STATe
driver.source.dme.analysis.prRate.set_state(state = False)

No command help available

param state

No help available