Extended

SCPI Commands

SENSe:DATA:CONTrol:IMS<Ims>:ECALl:MSD:EXTended
class Extended[source]

Extended commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Count: int: No parameter help available

  • Content_Type: str: No parameter help available

  • Msd: List[int]: No parameter help available

get(call_id: str, ims=<Ims.Default: -1>)GetStruct[source]
# SCPI: SENSe:DATA:CONTrol:IMS<Suffix>:ECALl:MSD:EXTended
value: GetStruct = driver.sense.data.control.ims.ecall.msd.extended.get(call_id = '1', ims = repcap.Ims.Default)

No command help available

param call_id

No help available

param ims

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

return

structure: for return value, see the help for GetStruct structure arguments.