Additional

SCPI Commands :

[SOURce<HW>]:BB:C2K:MSTation:ADDitional:COUNt
[SOURce<HW>]:BB:C2K:MSTation:ADDitional:STATe
Commands in total: 5
Subgroups: 3
Direct child commands: 2
get_count() int[source]
# [SOURce<HW>]:BB:C2K:MSTation:ADDitional:COUNt
value: int = driver.source.bb.c2K.mstation.additional.get_count()

Sets the number of additional mobile stations.

Returns:

count: integer Range: 1 to 64

get_state() bool[source]
# [SOURce<HW>]:BB:C2K:MSTation:ADDitional:STATe
value: bool = driver.source.bb.c2K.mstation.additional.get_state()

The command activates additional mobile stations.

Returns:

state: 1 | ON | 0| OFF

set_count(count: int) None[source]
# [SOURce<HW>]:BB:C2K:MSTation:ADDitional:COUNt
driver.source.bb.c2K.mstation.additional.set_count(count = 1)

Sets the number of additional mobile stations.

Parameters:

count – integer Range: 1 to 64

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:C2K:MSTation:ADDitional:STATe
driver.source.bb.c2K.mstation.additional.set_state(state = False)

The command activates additional mobile stations.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
additional_copy = driver.source.bb.c2K.mstation.additional.clone()

Subgroups