TypePy

SCPI Command :

BUS<*>:CMSB:FRAMe<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) str[source]
# BUS<*>:CMSB:FRAMe<*>:TYPE
value: str = driver.bus.cmsb.frame.typePy.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Enables the user to set a string to describe the frame type, typically according to the applicable protocol standard specifications. (For example, ‘MDIO (option R&S RTO6-K540) ‘ defines the frames READ, WRITE, ADDRESS, etc.)

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

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

set(frame_type: str, bus=Bus.Default, busFrameNull=BusFrameNull.Default) None[source]
# BUS<*>:CMSB:FRAMe<*>:TYPE
driver.bus.cmsb.frame.typePy.set(frame_type = 'abc', bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Enables the user to set a string to describe the frame type, typically according to the applicable protocol standard specifications. (For example, ‘MDIO (option R&S RTO6-K540) ‘ defines the frames READ, WRITE, ADDRESS, etc.)

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

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