Name

SCPI Command :

SBUS<*>:NRZU:FORMat:FRAMe<*>:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default) str[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:NAME
value: str = driver.sbus.nrzu.formatPy.frame.name.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)

Specifies the name for the frame description of the selected frame.

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

set(name: str, serialBus=SerialBus.Default, frame=Frame.Default) None[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:NAME
driver.sbus.nrzu.formatPy.frame.name.set(name = 'abc', serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)

Specifies the name for the frame description of the selected frame.

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)