Gid

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:GID
class GidCls[source]

Gid commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:GID
value: int = driver.source.bb.wlnn.fblock.mu.gid.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the group ID for all available users.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mu’)

return

gid: integer Range: 1 to 62

set(gid: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:GID
driver.source.bb.wlnn.fblock.mu.gid.set(gid = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the group ID for all available users.

param gid

integer Range: 1 to 62

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mu’)