GsidEnable

SCPI Command :

SBUS<*>:SPMI:GSIDenable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:SPMI:GSIDenable
value: bool = driver.sbus.spmi.gsidEnable.get(serialBus = repcap.SerialBus.Default)

Enables the use of the group sub ID (GSID) . You can set the GSID with method RsMxo.sbus.spmi.gidValue.set() .

Parameters:

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

Returns:

use_gsid: OFF | ON

set(use_gsid: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPMI:GSIDenable
driver.sbus.spmi.gsidEnable.set(use_gsid = False, serialBus = repcap.SerialBus.Default)

Enables the use of the group sub ID (GSID) . You can set the GSID with method RsMxo.sbus.spmi.gidValue.set() .

Parameters:
  • use_gsid – OFF | ON

  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)