Kuiper

SCPI Commands :

[SOURce<HW>]:BB:KUIPer:PRESet
[SOURce<HW>]:BB:KUIPer:STATe
Commands in total: 44
Subgroups: 6
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:BB:KUIPer:STATe
value: bool = driver.source.bb.kuiper.get_state()

Enables the baseband signal application and disables all the other baseband signal applications in the same signal path.

Returns:

state: 1 | ON | 0| OFF

preset() None[source]
# [SOURce<HW>]:BB:KUIPer:PRESet
driver.source.bb.kuiper.preset()

Sets all parameters of the application to their default values. These values are the *RST values of the commands of the application. Not affected is the state of the application, that you can set via the following command: SOURce1:BB:KUIPer:STATe.

preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:BB:KUIPer:PRESet
driver.source.bb.kuiper.preset_with_opc()

Sets all parameters of the application to their default values. These values are the *RST values of the commands of the application. Not affected is the state of the application, that you can set via the following command: SOURce1:BB:KUIPer:STATe.

Same as preset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
kuiper_copy = driver.source.bb.kuiper.clone()

Subgroups