CaAddress
SCPI Command :
[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:CAADdress
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Access_Address: str: numeric
2 Bitcount: int: integer Range: 32 to 32
- get(channelNull=ChannelNull.Default, stepNull=StepNull.Default) GetStruct[source]
# [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:[STEP<ST0>]:CAADdress value: GetStruct = driver.source.bb.btooth.cs.sevent.step.caAddress.get(channelNull = repcap.ChannelNull.Default, stepNull = repcap.StepNull.Default)
Sets or queries the 32-bit CS access address for individual CS steps. Setting require manual step scheduling: SOURce1::BB:BTOoth:CS:SSCHeduling MANUAL See also method
RsSmw.source.bb.btooth.cs.sscheduling().- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)
stepNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Step’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.