Gid
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:GID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mu’)
- Returns:
gid: integer Range: 1 to 62
- set(gid: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
gid – integer Range: 1 to 62
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mu’)